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 io.fabdialogmorph.MorphDialogToFab.java

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

From source file io.fabdialogmorph.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 cn.edu.zucc.list.FabAnimation.MorphDialogToFab.java

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

From source file cn.edu.zucc.list.FabAnimation.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.sinyuk.jianyi.utils.morph.MorphDialogToFab.java

/**
 * DialogFab?
 *
 * A transition that morphs a rectangle into a circle, changing it's background color.
 */
@TargetApi(Build.VERSION_CODES.KITKAT)

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

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

    private static final String PROPERTY_COLOR = "property_color";

From source file com.liyu.huahui.ui.widgets.MorphDialogToFab.java

/**
 * DialogFab?
 *
 * A transition that morphs a rectangle into a circle, changing it's background color.
 */
@RequiresApi(api = Build.VERSION_CODES.KITKAT)

From source file com.sinyuk.jianyi.utils.morph.MorphFabToDialog.java

/**
 * FabDialog?
 *
 * A transition that morphs a circle into a rectangle, changing it's background color.
 */
@TargetApi(Build.VERSION_CODES.KITKAT)

From source file com.liyu.huahui.ui.widgets.MorphFabToDialog.java

/**
 * FabDialog?
 *
 * A transition that morphs a circle into a rectangle, changing it's background color.
 */
@RequiresApi(api = Build.VERSION_CODES.KITKAT)

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

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