OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lhIndex
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
Folder.java
325
int
lhIndex
= lhs.cellY * mNumCols + lhs.cellX;
327
return (
lhIndex
- rhIndex);
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
Folder.java
343
int
lhIndex
= lhs.cellY * mNumCols + lhs.cellX;
345
return (
lhIndex
- rhIndex);
[
all
...]
Completed in 221 milliseconds