OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allAppsNumRows
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java
122
int
allAppsNumRows
;
411
allAppsNumRows
= isLandscape ? allAppsShortEdgeCount : allAppsLongEdgeCount;
414
allAppsNumRows
= (availableHeightPx - pageIndicatorHeightPx) /
416
allAppsNumRows
= Math.max(minEdgeCellCount, Math.min(maxRows,
allAppsNumRows
));
[
all
...]
AppsCustomizePagedView.java
345
mCellCountY = (int) grid.
allAppsNumRows
;
[
all
...]
Completed in 294 milliseconds