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

  /packages/apps/Dialer/java/com/android/contacts/common/widget/
FloatingActionButtonController.java 44 private final FloatingActionButton mFab;
57 mFab = fab;
71 return mFab.getVisibility() == View.VISIBLE;
81 mFab.show();
83 mFab.hide();
88 if (mFab.getDrawable() != icon || !mFab.getContentDescription().equals(description)) {
89 mFab.setImageDrawable(icon);
90 mFab.setContentDescription(description);
102 mFab.setTranslationX(positionOffset * getTranslationXForAlignment(ALIGN_END))
    [all...]
  /frameworks/support/design/tests/src/android/support/design/widget/
BottomSheetBehaviorActivity.java 34 FloatingActionButton mFab;
46 mFab = findViewById(R.id.fab);
BottomSheetBehaviorTest.java     [all...]
  /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 71 private final View mFab;
103 mFab = container.findViewById(R.id.radio_play_button);
156 ViewGroup.LayoutParams layoutParams = mFab.getLayoutParams();
159 mFab.requestLayout();
310 ViewGroup.LayoutParams layoutParams = mFab.getLayoutParams();
313 mFab.requestLayout();

Completed in 281 milliseconds