Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DBottomActionBar.java242 enableActions(); in BottomActionBar()
304 enableActions(mContentViewMap.keySet().toArray(new BottomAction[0])); in enableActionButtonsWithBottomSheet()
488 public void enableActions() { in enableActions() method
489 enableActions(BottomAction.values()); in enableActions()
502 public void enableActions(BottomAction... actions) { in enableActions() method
553 enableActions(); in reset()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLivePreviewFragment.java432 mBottomActionBar.enableActions(); in onBottomActionBarReady()
450 mBottomActionBar.enableActions(); in onEngineShown()
DImagePreviewFragment.java320 mBottomActionBar.enableActions(); in onBottomActionBarReady()
630 mBottomActionBar.enableActions(); in surfaceCreated()
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/
DGridFragment.java97 mBottomActionBar.enableActions();
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DThemeFragment.java194 mBottomActionBar.enableActions(); in applyTheme()