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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizeTabHost.java50 private AppsCustomizePagedView mAppsCustomizePane; field in class:AppsCustomizeTabHost
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
[all...]

Completed in 19 milliseconds