Searched refs:mAppsView (Results 1 – 5 of 5) sorted by relevance
64 private AllAppsContainerView mAppsView; field in SecondaryDisplayLauncher103 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 …]
49 private AllAppsContainerView mAppsView; field in SecondaryDragLayer72 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()
61 private AllAppsContainerView mAppsView; field in AppsSearchContainerLayout91 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()
78 private AllAppsContainerView mAppsView; field in AllAppsTransitionController129 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()
298 AllAppsContainerView mAppsView; field in Launcher1198 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 …]