Searched refs:mAppsView (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsTransitionController.java55 private AllAppsContainerView mAppsView; field in class:AllAppsTransitionController
113 !mAppsView.shouldContainerScroll(ev)) {
172 mShiftStart = mAppsView.getTranslationY();
178 if (mAppsView == null) {
192 if (mAppsView == null) {
198 calculateDuration(velocity, mAppsView.getTranslationY());
210 calculateDuration(velocity, Math.abs(mShiftRange - mAppsView.getTranslationY()));
215 if (mAppsView.getTranslationY() > mShiftRange / 2) {
216 calculateDuration(velocity, Math.abs(mShiftRange - mAppsView.getTranslationY()));
219 calculateDuration(velocity, Math.abs(mAppsView
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java238 @Thunk AllAppsContainerView mAppsView; field in class:Launcher
981 mAppsView.shouldRestoreImeState() /* focusSearchBar */);
1335 mAppsView = (AllAppsContainerView) findViewById(R.id.apps_view);
1338 mAppsView.setSearchBarController(mLauncherCallbacks.getAllAppsSearchBarController());
1340 mAppsView.setSearchBarController(new DefaultAppSearchController());
1349 mAllAppsController.setupViews(mAppsView, mHotseat, mWorkspace);
1562 if (mAppsView != null && mWidgetsView != null && mPendingRequestArgs == null) {
1565 mAppsView.reset();
1578 mAppsView.updateIconBadges(updatedBadges);
1664 return mAppsView;
[all...]

Completed in 53 milliseconds