OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PagedViewCellLayoutChildren
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayoutChildren.java
29
public class
PagedViewCellLayoutChildren
extends ViewGroup {
39
public
PagedViewCellLayoutChildren
(Context context) {
PagedViewCellLayout.java
48
protected
PagedViewCellLayoutChildren
mChildren;
74
mChildren = new
PagedViewCellLayoutChildren
(context);
148
public
PagedViewCellLayoutChildren
getChildrenLayout() {
FocusHelper.java
124
// There are two layers, a PagedViewCellLayout and
PagedViewCellLayoutChildren
284
if (v.getParent() instanceof
PagedViewCellLayoutChildren
) {
296
// PagedViewCellLayout/
PagedViewCellLayoutChildren
relationship
[
all
...]
AppsCustomizePagedView.java
302
PagedViewCellLayoutChildren
childrenLayout = layout.getChildrenLayout();
[
all
...]
Completed in 2875 milliseconds