Lines Matching refs:mAppsCustomizePane

50     private AppsCustomizePagedView mAppsCustomizePane;
104 mAppsCustomizePane = appsCustomizePane;
107 if (tabs == null || mAppsCustomizePane == null) throw new Resources.NotFoundException();
150 int contentWidth = mAppsCustomizePane.getPageContentWidth();
179 if (event.getY() < mAppsCustomizePane.getBottom()) {
186 mAppsCustomizePane.hideScrollingIndicator(false);
191 mAppsCustomizePane.flashScrollingIndicator(true);
193 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage());
194 mAppsCustomizePane.requestFocus();
198 mAppsCustomizePane.setContentType(type);
214 if (mAppsCustomizePane.getMeasuredWidth() <= 0 ||
215 mAppsCustomizePane.getMeasuredHeight() <= 0) {
223 mAppsCustomizePane.getVisiblePages(visiblePageRange);
231 visiblePages.add(mAppsCustomizePane.getPageAt(i));
235 // their parent was mAppsCustomizePane -- so set the scroll on mAnimationBuffer
236 // to be exactly the same as mAppsCustomizePane, and below, set the left/top
238 mAnimationBuffer.scrollTo(mAppsCustomizePane.getScrollX(), 0);
240 // mAppsCustomizePane renders its children in reverse order, so
250 mAppsCustomizePane.removeView(child);
282 ObjectAnimator inAnim = LauncherAnimUtils.ofFloat(mAppsCustomizePane, "alpha", 1f);
345 mAppsCustomizePane.reset();
371 mAppsCustomizePane.onLauncherTransitionPrepare(l, animated, toWorkspace);
380 mAppsCustomizePane.cancelScrollingIndicatorAnimations();
387 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage(), true);
390 mAppsCustomizePane.showScrollingIndicator(true);
395 mAppsCustomizePane.reset();
414 mAppsCustomizePane.onLauncherTransitionEnd(l, animated, toWorkspace);
424 mAppsCustomizePane.showAllAppsCling();
427 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage());
430 mAppsCustomizePane.hideScrollingIndicator(false);
467 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage(), true);
468 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage());
476 mAppsCustomizePane.clearAllWidgetPages();