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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsTransitionController.java62 private AllAppsContainerView mAppsView; field in class:AllAppsTransitionController
127 !mAppsView.shouldContainerScroll(ev)) {
189 mShiftStart = mAppsView.getTranslationY();
198 if (mAppsView == null) {
212 if (mAppsView == null) {
221 calculateDuration(velocity, mAppsView.getTranslationY());
236 calculateDuration(velocity, Math.abs(mShiftRange - mAppsView.getTranslationY()));
241 if (mAppsView.getTranslationY() > mShiftRange / 2) {
242 calculateDuration(velocity, Math.abs(mShiftRange - mAppsView.getTranslationY()));
245 calculateDuration(velocity, Math.abs(mAppsView
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java250 @Thunk AllAppsContainerView mAppsView; field in class:Launcher
1308 mAppsView = (AllAppsContainerView) findViewById(R.id.apps_view);
1316 mAllAppsController.setupViews(mAppsView, mHotseat, mWorkspace);
1545 if (mAppsView != null && mWidgetsView != null && mPendingRequestArgs == null) {
1548 mAppsView.reset();
1565 mAppsView.updateIconBadges(updatedBadges);
1640 return mAppsView;
1743 if (!alreadyOnHome && mAppsView != null) {
1744 mAppsView.reset();
3058 mAppsView
[all...]

Completed in 79 milliseconds