Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizeTabHost.java50 private AppsCustomizePagedView mAppsCustomizePane; field in AppsCustomizeTabHost
104 mAppsCustomizePane = appsCustomizePane; in onFinishInflate()
107 if (tabs == null || mAppsCustomizePane == null) throw new Resources.NotFoundException(); in onFinishInflate()
150 int contentWidth = mAppsCustomizePane.getPageContentWidth(); in onMeasure()
179 if (event.getY() < mAppsCustomizePane.getBottom()) { in onTouchEvent()
186 mAppsCustomizePane.hideScrollingIndicator(false); in onTabChangedStart()
191 mAppsCustomizePane.flashScrollingIndicator(true); in reloadCurrentPage()
193 mAppsCustomizePane.loadAssociatedPages(mAppsCustomizePane.getCurrentPage()); in reloadCurrentPage()
194 mAppsCustomizePane.requestFocus(); in reloadCurrentPage()
198 mAppsCustomizePane.setContentType(type); in onTabChangedEnd()
[all …]