Searched defs:FabDrawable (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DFabDrawable.java37 * {@link #FabDrawable(android.content.Context)} provides a quick way to use fab drawable using
40 * {@link #FabDrawable(int, int, int)} can also be used for added customization.
43 public class FabDrawable extends Drawable { class in inherits:Drawable
58 public FabDrawable(Context context) { method in class:FabDrawable
71 public FabDrawable(int fabGrowth, int strokeWidth, int duration) { method in class:FabDrawable

Completed in 72 milliseconds