Searched refs:fabGrowth (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DFabDrawable.java67 * @param fabGrowth The amount that the fab should change by when it is focused in pixels.
71 public FabDrawable(int fabGrowth, int strokeWidth, int duration) { argument
72 if (fabGrowth < 0) {
74 } else if (fabGrowth > strokeWidth) {
79 mFabGrowth = fabGrowth;

Completed in 55 milliseconds