OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:childoffsets
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java
737
int[]
childOffsets
= Float.compare(mLayoutScale, 1f) == 0 ?
740
if (
childOffsets
!= null &&
childOffsets
[index] != -1) {
741
return
childOffsets
[index];
753
if (
childOffsets
!= null) {
754
childOffsets
[index] = offset;
[
all
...]
Completed in 80 milliseconds