Home
last modified time | relevance | path

Searched refs:requiredSize (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java226 private int getLauncherIconDensity(int requiredSize) { in getLauncherIconDensity() argument
242 if (expectedSize >= requiredSize) { in getLauncherIconDensity()
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DImportDataTask.java416 ArrayList<ContentProviderOperation> outOps, int startItemId, int requiredSize) { in HotseatParserCallback() argument
420 mRequiredSize = requiredSize; in HotseatParserCallback()