OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxCellCountY
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java
351
public void calculateCellCount(int width, int height, int maxCellCountX, int
maxCellCountY
) {
353
mCellCountY = Math.min(
maxCellCountY
, estimateCellVSpan(height));
AppsCustomizePagedView.java
365
int
maxCellCountY
= Integer.MAX_VALUE;
369
maxCellCountY
= (isLandscape ? LauncherModel.getCellCountY() :
376
int maxWidgetCellCountY =
maxCellCountY
;
386
mWidgetSpacingLayout.calculateCellCount(width, height, maxCellCountX,
maxCellCountY
);
[
all
...]
Completed in 106 milliseconds