OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appsCustomizePane
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java
100
final AppsCustomizePagedView
appsCustomizePane
= (AppsCustomizePagedView)
104
mAppsCustomizePane =
appsCustomizePane
;
113
return
appsCustomizePane
;
177
// Intercept all touch events up to the bottom of the
AppsCustomizePane
so they do not fall
/packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizeTabHost.java
106
final AppsCustomizePagedView
appsCustomizePane
= (AppsCustomizePagedView)
110
mAppsCustomizePane =
appsCustomizePane
;
119
return
appsCustomizePane
;
183
// Intercept all touch events up to the bottom of the
AppsCustomizePane
so they do not fall
Completed in 278 milliseconds