OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mChildOffsets
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java
103
private int[]
mChildOffsets
;
719
mChildOffsets
= null;
725
mChildOffsets
= new int[count];
729
mChildOffsets
[i] = -1;
738
mChildOffsets
: mChildOffsetsWithLayoutScale;
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java
128
private int[]
mChildOffsets
;
826
mChildOffsets
= null;
832
mChildOffsets
= new int[count];
836
mChildOffsets
[i] = -1;
846
mChildOffsets
: mChildOffsetsWithLayoutScale;
[
all
...]
Completed in 202 milliseconds