Home
last modified time | relevance | path

Searched refs:setupViews (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DBaseQuickstepLauncher.java170 protected void setupViews() { in setupViews() method in BaseQuickstepLauncher
171 super.setupViews(); in setupViews()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DRecentsActivity.java93 protected void setupViews() { in setupViews() method in RecentsActivity
246 setupViews(); in onCreate()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java105 protected void setupViews() { in setupViews() method in QuickstepLauncher
106 super.setupViews(); in setupViews()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSettings.java145 setupViews(); in onCreate()
162 private void setupViews() { in setupViews() method in AppStorageSettings
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAppStorageSettings.java144 setupViews(); in onCreate()
161 private void setupViews() { in setupViews() method in AppStorageSettings
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java228 public void setupViews(AllAppsContainerView appsView, ScrimView scrimView) { in setupViews() method in AllAppsTransitionController
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java391 setupViews(); in onCreate()
1124 protected void setupViews() { in setupViews() method in Launcher
1155 mAllAppsController.setupViews(mAppsView, mScrimView); in setupViews()