Searched refs:mAppsView (Results 1 – 4 of 4) sorted by relevance
89 private AllAppsContainerView mAppsView; field in PredictionUiStateManager136 if (mAppsView != null) { in setTargetAppsView()137 mAppsView.getAppsStore().removeUpdateListener(this); in setTargetAppsView()139 mAppsView = appsView; in setTargetAppsView()140 if (mAppsView != null) { in setTargetAppsView()141 mAppsView.getAppsStore().addUpdateListener(this); in setTargetAppsView()157 if (mAppsView == null) { in onGlobalLayout()165 mAppsView.getViewTreeObserver().removeOnGlobalLayoutListener(this); in onGlobalLayout()175 mAppsView.getViewTreeObserver().addOnGlobalLayoutListener(this); in scheduleApplyPredictedApps()181 if (mAppsView != null) { in applyState()[all …]
69 private AllAppsContainerView mAppsView; field in AllAppsTransitionController107 mAppsView.getAlphaProperty(APPS_VIEW_ALPHA_CHANNEL_INDEX).setValue(1); in onDeviceProfileChanged()127 mAppsView.setTranslationY(shiftCurrent); in setProgress()218 setter.setViewAlpha(mAppsView.getContentView(), hasContent ? 1 : 0, allAppsFade); in setAlphas()219 setter.setViewAlpha(mAppsView.getScrollBar(), hasContent ? 1 : 0, allAppsFade); in setAlphas()220 mAppsView.getFloatingHeaderView().setContentVisibility(hasHeaderExtra, hasContent, setter, in setAlphas()222 mAppsView.getSearchUiManager().setContentVisibility(visibleElements, setter, allAppsFade); in setAlphas()238 mAppsView = appsView;260 mAppsView.reset(false /* animate */);262 mAppsView.onScrollUpEnd();[all …]
68 private AllAppsContainerView mAppsView; field in AppsSearchContainerLayout114 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()
236 @Thunk AllAppsContainerView mAppsView; field in Launcher396 mAppsView.getAlphaProperty(APPS_VIEW_ALPHA_CHANNEL_INDEX).setValue(alpha); in onCreate()398 mAppsView.getAlphaProperty(APPS_VIEW_ALPHA_CHANNEL_INDEX).setValue(alpha); in onCreate()401 mAppsView.getAlphaProperty(APPS_VIEW_ALPHA_CHANNEL_INDEX).setValue(1f); in onCreate()487 mAppsView.getAlphaProperty(APPS_VIEW_ALPHA_CHANNEL_INDEX).setValue(alpha); in onAssistantVisibilityChanged()489 mAppsView.getAlphaProperty(APPS_VIEW_ALPHA_CHANNEL_INDEX).setValue(alpha); in onAssistantVisibilityChanged()1102 mAppsView = findViewById(R.id.apps_view); in setupViews()1111 mAllAppsController.setupViews(mAppsView); in setupViews()1277 mAppsView.getAppsStore().updateNotificationDots(updatedDots); in updateNotificationDots()1313 return mAppsView; in getAppsView()[all …]