Searched refs:mFab (Results 1 – 3 of 3) sorted by relevance
107 private ImageView mFab; field in DeskClock202 mFab = (ImageView) findViewById(R.id.fab); in onCreate()206 mFab.setOnClickListener(new OnClickListener() { in onCreate()209 getSelectedDeskClockFragment().onFabClick(mFab); in onCreate()227 final ValueAnimator hideFabAnimation = getScaleAnimator(mFab, 1f, 0f); in onCreate()228 final ValueAnimator showFabAnimation = getScaleAnimator(mFab, 0f, 1f); in onCreate()238 getSelectedDeskClockFragment().onUpdateFab(mFab); in onCreate()420 f.onUpdateFab(mFab); in updateFab()423 f.onMorphFab(mFab); in updateFab()428 mFab.requestFocus(); in updateFab()
59 private FloatingActionButton mFab; field in SecondaryDisplayLauncher69 mFab = findViewById(R.id.FloatingActionButton); in onCreate()71 mFab.setOnClickListener((View v) -> { in onCreate()206 mFab.setVisibility(View.INVISIBLE); in showAppDrawer()214 mFab.setVisibility(View.VISIBLE); in showAppDrawer()
76 private FloatingActionButton mFab; field in LauncherActivity100 mFab = findViewById(R.id.FloatingActionButton); in onCreate()101 mFab.setOnClickListener((View v) -> { in onCreate()297 mFab.setVisibility(View.INVISIBLE); in showAppDrawer()307 mFab.setVisibility(View.VISIBLE); in showAppDrawer()