Searched refs:mBottomActionBar (Results 1 – 2 of 2) sorted by relevance
43 @Nullable private BottomActionBar mBottomActionBar; field in BottomActionBarFragment48 mBottomActionBar = findBottomActionBar(); in onViewCreated()49 if (mBottomActionBar != null) { in onViewCreated()50 mBottomActionBar.reset(); in onViewCreated()51 onBottomActionBarReady(mBottomActionBar); in onViewCreated()67 mBottomActionBar = bottomActionBar; in onBottomActionBarReady()
88 private BottomActionBar mBottomActionBar; field in CustomizationPickerActivity121 mBottomActionBar = findViewById(R.id.bottom_actionbar); in onCreate()384 return mBottomActionBar; in getBottomActionBar()