OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smallerSize
(Results
1 - 5
of
5
) sorted by null
/development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java
209
int
smallerSize
= Math.min(cellWidth, cellHeight);
210
int spanX = (width +
smallerSize
) /
smallerSize
;
211
int spanY = (height +
smallerSize
) /
smallerSize
;
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java
294
int
smallerSize
= Math.min(mCellWidth, mCellHeight);
297
int spanX = (width +
smallerSize
) /
smallerSize
;
298
int spanY = (height +
smallerSize
) /
smallerSize
;
CellLayout.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedViewCellLayout.java
288
int
smallerSize
= Math.min(mCellWidth, mCellHeight);
291
int spanX = (width +
smallerSize
) /
smallerSize
;
292
int spanY = (height +
smallerSize
) /
smallerSize
;
CellLayout.java
[
all
...]
Completed in 84 milliseconds