OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numHeightGaps
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java
182
int
numHeightGaps
= mCellCountY - 1;
190
mHeightGap = Math.min(mMaxGap,
numHeightGaps
> 0 ? (vFreeSpace /
numHeightGaps
) : 0);
CellLayout.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java
[
all
...]
Completed in 124 milliseconds