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.josecalles.porridge.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.github.prefanatic.cleantap.ui.transition.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 com.mounacheikhna.harrypotterbooks.transition.MorphDialogToFab.java

/**
 * A transition that morphs a rectangle into a circle, changing it's background color.
 */
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
public class MorphDialogToFab extends ChangeBounds {

From source file io.github.prefanatic.cleantap.ui.transition.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 com.mounacheikhna.harrypotterbooks.transition.MorphFabToDialog.java

/**
 * A transition that morphs a circle into a rectangle, changing it's background color.
 */
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
public class MorphFabToDialog extends ChangeBounds {

From source file us.phyxsi.gameshelf.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 com.caij.codehub.ui.transitions.MorphFabToDialog.java

/**
 * A transition that morphs a circle into a rectangle, changing it's background color.
 */
@TargetApi(Build.VERSION_CODES.KITKAT)
public class MorphFabToDialog extends ChangeBounds {

From source file com.hitomi.circlemenu.transtion.MorphDialogToFab.java

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

    private static final String PROPERTY_COLOR = "io.plaidapp:rectMorph:color";

From source file com.rafael.githubmngr.ui.transitions.MorphFabToDialog.java

/**
 * A transition that morphs a circle into a rectangle, changing it's background color.
 */
@TargetApi(Build.VERSION_CODES.KITKAT)
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 = "io.plaidapp:rectMorph:color";