Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayLauncher.java64 private AllAppsContainerView mAppsView; field in SecondaryDisplayLauncher
103 mAppsView = findViewById(R.id.apps_view); in initUi()
107 mAppsView.getAppsStore()::updateNotificationDots); in initUi()
156 return mAppsView; in getAppsView()
213 mAppsView.getAppsStore().updateProgressBar(app); in bindIncrementalDownloadProgressUpdated()
254 float openR = (float) Math.hypot(mAppsView.getWidth(), mAppsView.getHeight()); in showAppDrawer()
260 mDragLayer.mapCoordInSelfToDescendant(mAppsView, buttonPos); in showAppDrawer()
261 final Animator animator = ViewAnimationUtils.createCircularReveal(mAppsView, in showAppDrawer()
267 mAppsView.setVisibility(View.VISIBLE); in showAppDrawer()
274 mAppsView.setVisibility(View.INVISIBLE); in showAppDrawer()
[all …]
DSecondaryDragLayer.java49 private AllAppsContainerView mAppsView; field in SecondaryDragLayer
72 mAppsView = findViewById(R.id.apps_view); in onFinishInflate()
73 mAppsView.setOnIconLongClickListener(this::onIconLongClicked); in onFinishInflate()
77 mPinnedAppsAdapter = new PinnedAppsAdapter(mActivity, mAppsView.getAppsStore(), in onFinishInflate()
114 if (child == mAppsView) { in onMeasure()
124 mAppsView.measure( in onMeasure()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAppsSearchContainerLayout.java61 private AllAppsContainerView mAppsView; field in AppsSearchContainerLayout
91 mAppsView.getAppsStore().addUpdateListener(this); in onAttachedToWindow()
97 mAppsView.getAppsStore().removeUpdateListener(this); in onDetachedFromWindow()
105 int rowWidth = myRequestedWidth - mAppsView.getActiveRecyclerView().getPaddingLeft() in onMeasure()
106 - mAppsView.getActiveRecyclerView().getPaddingRight(); in onMeasure()
135 mAppsView = appsView; in initializeSearch()
175 mAppsView.setLastSearchQuery(query); in onSearchResult()
197 mAppsView.onClearSearchResult(); in clearSearchResult()
201 mAppsView.onSearchResultsChanged(); in notifyResultChanged()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java78 private AllAppsContainerView mAppsView; field in AllAppsTransitionController
129 mAppsView.setTranslationY(mProgress * mShiftRange); in setProgress()
186 setter.setViewAlpha(mAppsView, hasAllAppsContent ? 1 : 0, allAppsFade); in setAlphas()
190 mScrimView.setDrawingController(shouldProtectHeader ? mAppsView : null); in setAlphas()
202 mAppsView = appsView; in setupViews()
208 mAppsView.setScrimView(scrimView); in setupViews()
226 mAppsView.reset(false /* animate */); in onProgressAnimationEnd()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java298 AllAppsContainerView mAppsView; field in Launcher
1198 mAppsView = findViewById(R.id.apps_view); in setupViews()
1205 mAllAppsController.setupViews(mScrimView, mAppsView); in setupViews()
1408 mAppsView.getAppsStore().updateNotificationDots(updatedDots); in updateNotificationDots()
1451 return mAppsView; in getAppsView()
1537 mAppsView.reset(isStarted() /* animate */); in onNewIntent()
2108 mAppsView.getAppsStore() in clearPendingBinds()
2542 mAppsView.getAppsStore().enableDeferUpdates(AllAppsStore.DEFER_UPDATES_NEXT_DRAW); in executeOnNextDraw()
2543 mPendingExecutor.execute(() -> mAppsView.getAppsStore().disableDeferUpdates( in executeOnNextDraw()
2637 mAppsView.getAppsStore().setApps(apps, flags); in bindAllApplications()
[all …]