OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PagedViewCellLayoutChildren
(Results
1 - 6
of
6
) 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
299
PagedViewCellLayoutChildren
childrenLayout = layout.getChildrenLayout();
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedViewCellLayoutChildren.java
29
public class
PagedViewCellLayoutChildren
extends ViewGroup {
39
public
PagedViewCellLayoutChildren
(Context context) {
PagedViewCellLayout.java
44
protected
PagedViewCellLayoutChildren
mChildren;
68
mChildren = new
PagedViewCellLayoutChildren
(context);
142
public
PagedViewCellLayoutChildren
getChildrenLayout() {
Completed in 388 milliseconds