Home
last modified time | relevance | path

Searched refs:enableActions (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
H A DBottomActionBar.java238 enableActions(); in BottomActionBar()
300 enableActions(mContentViewMap.keySet().toArray(new BottomAction[0])); in enableActionButtonsWithBottomSheet()
484 public void enableActions() { in enableActions() method
485 enableActions(BottomAction.values()); in enableActions()
498 public void enableActions(BottomAction... actions) { in enableActions() method
549 enableActions(); in reset()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DLivePreviewFragment.java410 mBottomActionBar.enableActions(); in onBottomActionBarReady()
428 mBottomActionBar.enableActions(); in onEngineShown()
H A DImagePreviewFragment.java294 mBottomActionBar.enableActions(); in onBottomActionBarReady()
566 mBottomActionBar.enableActions(); in surfaceCreated()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/picker/grid/
H A DGridFragment.java91 mBottomActionBar.enableActions();
/aosp12/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
H A DThemeFragment.java194 mBottomActionBar.enableActions(); in applyTheme()