/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/ |
D | TaskbarAllAppsController.java | 55 private @Nullable TaskbarAllAppsContainerView mAppsView; field in TaskbarAllAppsController 91 if (mAppsView != null) { in setApps() 92 mAppsView.getAppsStore().setApps( in setApps() 108 if (mAppsView != null) { in setPredictedApps() 109 mAppsView.getFloatingHeaderView() in setPredictedApps() 125 if (mAppsView != null) { in updateNotificationDots() 126 mAppsView.getAppsStore().updateNotificationDots(updatedDots); in updateNotificationDots() 158 if (mAppsView != null) { in show() 186 mAppsView = mOverlayContext.getAppsView(); in show() 187 mAppsView.getAppsStore().setApps(mApps, mAppsModelFlags, mPackageUserKeytoUidMap, false); in show() [all …]
|
D | TaskbarAllAppsSlideInView.java | 54 private TaskbarAllAppsContainerView mAppsView; field in TaskbarAllAppsSlideInView 125 animation.setViewAlpha(mAppsView, 1 - mToTranslationShift, allAppsFadeInterpolator); in onOpenCloseAnimationPending() 143 return mAppsView; in getAppsView() 177 mAppsView = findViewById(R.id.apps_view); in onFinishInflate() 179 mAppsView.setAlpha(0); in onFinishInflate() 181 mContent = mAppsView; in onFinishInflate() 185 mAppsView.setOnInvalidateHeaderListener(this::invalidate); in onFinishInflate() 197 mAppsView.getAppsRecyclerViewContainer().setOutlineProvider(mViewOutlineProvider); in onAttachedToWindow() 198 mAppsView.getAppsRecyclerViewContainer().setClipToOutline(true); in onAttachedToWindow() 212 mAppsView.getAppsRecyclerViewContainer().setOutlineProvider(null); in onDetachedFromWindow() [all …]
|
D | TaskbarAllAppsViewController.java | 47 private final TaskbarAllAppsContainerView mAppsView; field in TaskbarAllAppsViewController 63 mAppsView = mSlideInView.getAppsView(); in TaskbarAllAppsViewController() 86 mAppsView.getFloatingHeaderView() in setUpAppDivider() 138 && mAppsView.getSearchUiManager().getEditText() != null) { in onAllAppsTransitionEnd() 139 mAppsView.getSearchUiManager().getEditText().requestFocus(); in onAllAppsTransitionEnd()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/ |
D | TestSandboxModelContextWrapper.java | 57 protected ActivityAllAppsContainerView<ActivityContextWrapper> mAppsView; field in TestSandboxModelContextWrapper 66 mAppsView = new ActivityAllAppsContainerView<>(this)); in TestSandboxModelContextWrapper() 67 mAppsList = mAppsView.getPersonalAppList(); in TestSandboxModelContextWrapper() 68 mAllAppsStore = mAppsView.getAppsStore(); in TestSandboxModelContextWrapper() 74 mAppsView = new ActivityAllAppsContainerView<>(this)); in TestSandboxModelContextWrapper() 76 mAppsList = mAppsView.getPersonalAppList(); in TestSandboxModelContextWrapper() 77 mAllAppsStore = mAppsView.getAppsStore(); in TestSandboxModelContextWrapper() 87 return mAppsView; in getAppsView()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/ |
D | AllAppsSearchUiDelegate.java | 34 protected final ActivityAllAppsContainerView<?> mAppsView; field in AllAppsSearchUiDelegate 38 mAppsView = appsView; in AllAppsSearchUiDelegate() 39 mActivityContext = ActivityContext.lookupContext(mAppsView.getContext()); in AllAppsSearchUiDelegate() 69 return LayoutInflater.from(mAppsView.getContext()); in getLayoutInflater() 74 return getLayoutInflater().inflate(R.layout.search_container_all_apps, mAppsView, false); in inflateSearchBar()
|
D | AppsSearchContainerLayout.java | 59 private ActivityAllAppsContainerView<?> mAppsView; field in AppsSearchContainerLayout 89 mAppsView.getAppsStore().addUpdateListener(this); in onAttachedToWindow() 95 mAppsView.getAppsStore().removeUpdateListener(this); in onDetachedFromWindow() 103 int rowWidth = myRequestedWidth - mAppsView.getActiveRecyclerView().getPaddingLeft() in onMeasure() 104 - mAppsView.getActiveRecyclerView().getPaddingRight(); in onMeasure() 132 mAppsView = appsView; in initializeSearch() 170 mAppsView.setSearchResults(items); in onSearchResult() 180 mAppsView.onClearSearchResult(); in clearSearchResult()
|
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
D | SecondaryDisplayLauncher.java | 75 private ActivityAllAppsContainerView<SecondaryDisplayLauncher> mAppsView; field in SecondaryDisplayLauncher 128 mAppsView = findViewById(R.id.apps_view); in initUi() 133 mAppsView.getAppsStore()::updateNotificationDots); in initUi() 199 return mAppsView; in getAppsView() 217 mAppsView.getAppsStore().updateProgressBar(app); in bindIncrementalDownloadProgressUpdated() 235 float openR = (float) Math.hypot(mAppsView.getWidth(), mAppsView.getHeight()); in showAppDrawer() 241 mDragLayer.mapCoordInSelfToDescendant(mAppsView, buttonPos); in showAppDrawer() 242 final Animator animator = ViewAnimationUtils.createCircularReveal(mAppsView, in showAppDrawer() 248 mAppsView.setVisibility(View.VISIBLE); in showAppDrawer() 256 mAppsView.setVisibility(View.INVISIBLE); in showAppDrawer() [all …]
|
D | SecondaryDragLayer.java | 55 private ActivityAllAppsContainerView<SecondaryDisplayLauncher> mAppsView; field in SecondaryDragLayer 79 mAppsView = findViewById(R.id.apps_view); in onFinishInflate() 82 mPinnedAppsAdapter = new PinnedAppsAdapter(mActivity, mAppsView.getAppsStore(), in onFinishInflate() 119 if (child == mAppsView) { in onMeasure() 133 mAppsView.measure( in onMeasure()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsTransitionController.java | 113 return controller.mAppsView.getActiveRecyclerView().getTranslationY(); 122 controller.mAppsView.getActiveRecyclerView().setTranslationY(translation); 127 controller.mAppsView.getActiveRecyclerView().setTranslationY( 141 return controller.mAppsView.getActiveRecyclerView().getAlpha(); 150 controller.mAppsView.getActiveRecyclerView().setAlpha(alpha); 155 controller.mAppsView.getActiveRecyclerView().setAlpha( 165 private ActivityAllAppsContainerView<Launcher> mAppsView; field in AllAppsTransitionController 424 mScrimView.setDrawingController(shouldProtectHeader ? mAppsView : null); in setAlphas() 432 mAppsView = appsView; in setupViews() 433 mAppsView.setScrimView(scrimView); in setupViews() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 352 ActivityAllAppsContainerView<Launcher> mAppsView; field in Launcher 1392 mAppsView = findViewById(R.id.apps_view); 1393 mAppsView.setAllAppsTransitionController(mAllAppsController); 1400 mAllAppsController.setupViews(mScrimView, mAppsView); 1599 mAppsView.getAppsStore().updateNotificationDots(updatedDots); 1659 mAppsView.reset(isStarted() /* animate */); 1706 if (mAppsView.getSearchUiManager().getEditText() != null) { 1707 mAppsView.getSearchUiManager().getEditText().requestFocus(); 1722 if (mAppsView.isSearching()) { 1723 mAppsView.getSearchUiManager().resetSearch(); [all …]
|