Searched refs:mAppsCustomizePane (Results 1 - 2 of 2) 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...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizeTabHost.java50 private AppsCustomizePagedView mAppsCustomizePane; field in class:AppsCustomizeTabHost
110 mAppsCustomizePane = appsCustomizePane;
113 if (tabs == null || mAppsCustomizePane == null) throw new Resources.NotFoundException();
156 int contentWidth = mAppsCustomizePane.getPageContentWidth();
185 if (event.getY() < mAppsCustomizePane.getBottom()) {
195 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage());
196 mAppsCustomizePane.requestFocus();
203 mAppsCustomizePane.setContentType(type);
219 if (mAppsCustomizePane
[all...]

Completed in 42 milliseconds