Example usage for android.transition ChangeBounds subclass-usage

List of usage examples for android.transition ChangeBounds subclass-usage

Introduction

In this page you can find the example usage for android.transition ChangeBounds subclass-usage.

Usage

From source file com.hitherejoe.animate.util.MorphFabToDialog.java

/**
 * A transition that morphs a circle into a rectangle, changing it's background color.
 */
public class MorphFabToDialog extends ChangeBounds {

    private static final String PROPERTY_COLOR = "property_color";

From source file com.wolski_msk.collector.sample.transition.MorphFabToDialog.java

/**
 * FabDialog?
 *
 * A transition that morphs a circle into a rectangle, changing it's background color.
 */
public class MorphFabToDialog extends ChangeBounds {

From source file com.dante.girl.lib.MorphFabToDialog.java

/**
 * A transition that morphs a circle into a rectangle, changing it's background color.
 */
public class MorphFabToDialog extends ChangeBounds {

    private static final String PROPERTY_COLOR = "property_color";

From source file io.plaidapp.ui.transitions.MorphFabToDialog.java

/**
 * A transition that morphs a circle into a rectangle, changing it's background color.
 */
public class MorphFabToDialog extends ChangeBounds {

    private static final String PROPERTY_COLOR = "plaid:circleMorph:color";

From source file io.plaidapp.ui.transitions.MorphFabToDialog.java

/**
 * A transition that morphs a circle into a rectangle, changing it's background color.
 */
public class MorphFabToDialog extends ChangeBounds {

    private static final String PROPERTY_COLOR = "plaid:circleMorph:color";

From source file io.romain.passport.ui.transitions.MorphDialogToFab.java

/**
 * A transition that morphs a rectangle into a circle, changing it's background color.
 * taken from nickbutcher's plaid app
 */
public class MorphDialogToFab extends ChangeBounds {

From source file com.josecalles.porridge.transitions.MorphDialogToFab.java

/**
 * A transition that morphs a rectangle into a circle, changing it's background color.
 */
public class MorphDialogToFab extends ChangeBounds {

    private static final String PROPERTY_COLOR = "plaid:rectMorph:color";

From source file io.romain.passport.ui.transitions.MorphFabToDialog.java

/**
 * A transition that morphs a circle into a rectangle, changing it's background color.
 * taken from nickbutcher's plaid app
 */
public class MorphFabToDialog extends ChangeBounds {

From source file io.plaidapp.ui.transitions.MorphDialogToFab.java

/**
 * A transition that morphs a rectangle into a circle, changing it's background color.
 */
public class MorphDialogToFab extends ChangeBounds {

    private static final String PROPERTY_COLOR = "plaid:rectMorph:color";

From source file us.phyxsi.gameshelf.ui.transitions.MorphFabToDialog.java

/**
 * A transition that morphs a circle into a rectangle, changing it's background color.
 */
public class MorphFabToDialog extends ChangeBounds {

    private static final String PROPERTY_COLOR = "plaid:circleMorph:color";