OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cellLayoutChildren
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java
117
final ViewGroup
cellLayoutChildren
= (ViewGroup) getParent();
118
final ViewGroup cellLayout = (ViewGroup)
cellLayoutChildren
.getParent();
/packages/apps/Launcher3/src/com/android/launcher3/
FolderIcon.java
130
final ViewGroup
cellLayoutChildren
= (ViewGroup) getParent();
131
final ViewGroup cellLayout = (ViewGroup)
cellLayoutChildren
.getParent();
Completed in 42 milliseconds