OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numFolderColumns
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
InvariantDeviceProfile.java
67
public int
numFolderColumns
;
91
p.numFolderRows, p.
numFolderColumns
, p.minAllAppsPredictionColumns,
109
numFolderColumns
= fc;
145
numFolderColumns
= closestProfile.
numFolderColumns
;
DeviceProfile.java
258
(availableWidthPx - 4 * edgeMarginPx) / inv.
numFolderColumns
);
FolderPagedView.java
90
mMaxCountX = profile.
numFolderColumns
;
Completed in 81 milliseconds