OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:celllayoutchildren
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
ShortcutAndWidgetContainer.java
28
static final String TAG = "
CellLayoutChildren
";
FolderIcon.java
114
final ViewGroup
cellLayoutChildren
= (ViewGroup) getParent();
115
final ViewGroup cellLayout = (ViewGroup)
cellLayoutChildren
.getParent();
Folder.java
819
// We first fetch the currently visible
CellLayoutChildren
827
// We need to bound the folder to the currently visible
CellLayoutChildren
[
all
...]
FocusHelper.java
555
* Private helper method to get the
CellLayoutChildren
given a CellLayout index.
[
all
...]
CellLayout.java
675
// The child hit rect is relative to the
CellLayoutChildren
parent, so we need to
[
all
...]
Workspace.java
[
all
...]
Completed in 25 milliseconds