OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hFreeSpace
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java
203
int
hFreeSpace
= hSpace - (mCellCountX * mOriginalCellWidth);
205
mWidthGap = Math.min(mMaxGap, numWidthGaps > 0 ? (
hFreeSpace
/ numWidthGaps) : 0);
CellLayout.java
841
int
hFreeSpace
= hSpace - (mCountX * mOriginalCellWidth);
843
mWidthGap = Math.min(mMaxGap, numWidthGaps > 0 ? (
hFreeSpace
/ numWidthGaps) : 0);
[
all
...]
Completed in 63 milliseconds