Home
last modified time | relevance | path

Searched refs:mAppsView (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionUiStateManager.java96 private AllAppsContainerView mAppsView; field in PredictionUiStateManager
143 if (mAppsView != null) { in setTargetAppsView()
144 mAppsView.getAppsStore().removeUpdateListener(this); in setTargetAppsView()
146 mAppsView = appsView; in setTargetAppsView()
147 if (mAppsView != null) { in setTargetAppsView()
148 mAppsView.getAppsStore().addUpdateListener(this); in setTargetAppsView()
167 if (mAppsView == null) { in onStateTransitionComplete()
175 Launcher.getLauncher(mAppsView.getContext()).getStateManager() in onStateTransitionComplete()
185 Launcher.getLauncher(mAppsView.getContext()).getStateManager().addStateListener(this); in scheduleApplyPredictedApps()
191 if (mAppsView != null) { in applyState()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java66 private AllAppsContainerView mAppsView; field in AllAppsTransitionController
104 mAppsView.getAlphaProperty(APPS_VIEW_ALPHA_CHANNEL_INDEX).setValue(1); in onDeviceProfileChanged()
124 mAppsView.setTranslationY(shiftCurrent); in setProgress()
203 setter.setViewAlpha(mAppsView.getContentView(), hasAllAppsContent ? 1 : 0, allAppsFade); in setAlphas()
204 setter.setViewAlpha(mAppsView.getScrollBar(), hasAllAppsContent ? 1 : 0, allAppsFade); in setAlphas()
205 mAppsView.getFloatingHeaderView().setContentVisibility(hasHeaderExtra, hasAllAppsContent, in setAlphas()
207 mAppsView.getSearchUiManager().setContentVisibility(visibleElements, setter, allAppsFade); in setAlphas()
223 mAppsView = appsView;
245 mAppsView.reset(false /* animate */);
247 mAppsView.onScrollUpEnd();
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java68 private AllAppsContainerView mAppsView; field in AppsSearchContainerLayout
114 int rowWidth = myRequestedWidth - mAppsView.getActiveRecyclerView().getPaddingLeft() in onMeasure()
115 - mAppsView.getActiveRecyclerView().getPaddingRight(); in onMeasure()
141 mAppsView = appsView; in initialize()
180 mAppsView.setLastSearchQuery(query); in onSearchResult()
194 mAppsView.onClearSearchResult(); in clearSearchResult()
198 mAppsView.onSearchResultsChanged(); in notifyResultChanged()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java243 AllAppsContainerView mAppsView; field in Launcher
406 mAppsView.getAlphaProperty(APPS_VIEW_ALPHA_CHANNEL_INDEX).setValue(alpha); in onCreate()
408 mAppsView.getAlphaProperty(APPS_VIEW_ALPHA_CHANNEL_INDEX).setValue(alpha); in onCreate()
411 mAppsView.getAlphaProperty(APPS_VIEW_ALPHA_CHANNEL_INDEX).setValue(1f); in onCreate()
497 mAppsView.getAlphaProperty(APPS_VIEW_ALPHA_CHANNEL_INDEX).setValue(alpha); in onAssistantVisibilityChanged()
499 mAppsView.getAlphaProperty(APPS_VIEW_ALPHA_CHANNEL_INDEX).setValue(alpha); in onAssistantVisibilityChanged()
1130 mAppsView = findViewById(R.id.apps_view); in setupViews()
1139 mAllAppsController.setupViews(mAppsView); in setupViews()
1305 mAppsView.getAppsStore().updateNotificationDots(updatedDots); in updateNotificationDots()
1341 return mAppsView; in getAppsView()
[all …]