HomeSort by relevance Sort by last modified time
    Searched refs:mFab (Results 1 - 3 of 3) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 69 /** Models the interesting state of display the {@link #mFab} button may inhabit. */
75 /** Shrinks the {@link #mFab}, {@link #mLeftButton} and {@link #mRightButton} to nothing. */
78 /** Grows the {@link #mFab}, {@link #mLeftButton} and {@link #mRightButton} to natural sizes. */
81 /** Hides, updates, and shows only the {@link #mFab}; the buttons are untouched. */
103 /** The current display state of the {@link #mFab}. */
107 private ImageView mFab;
109 /** The button left of the {@link #mFab} shared across all tabs in the user interface. */
112 /** The button right of the {@link #mFab} shared across all tabs in the user interface. */
202 mFab = (ImageView) findViewById(R.id.fab);
206 mFab.setOnClickListener(new OnClickListener()
    [all...]
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioAnimationManager.java 72 private final View mFab;
105 mFab = container.findViewById(R.id.radio_play_button);
158 ViewGroup.LayoutParams layoutParams = mFab.getLayoutParams();
161 mFab.requestLayout();
312 ViewGroup.LayoutParams layoutParams = mFab.getLayoutParams();
315 mFab.requestLayout();
  /frameworks/support/samples/SupportContentDemos/src/main/java/com/example/android/support/content/demos/
ContentPagerDemoActivity.java 53 private FloatingActionButton mFab;

Completed in 849 milliseconds