Home
last modified time | relevance | path

Searched refs:defaultLayoutId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java113 public int defaultLayoutId; field in InvariantDeviceProfile
139 defaultLayoutId = p.defaultLayoutId; in InvariantDeviceProfile()
199 defaultLayoutId = closestProfile.defaultLayoutId; in initGrid()
495 private final int defaultLayoutId; field in InvariantDeviceProfile.GridOption
507 defaultLayoutId = a.getResourceId( in GridOption()
510 R.styleable.GridDisplayOption_demoModeLayoutId, defaultLayoutId); in GridOption()
DLauncherProvider.java554 int defaultLayout = idp.defaultLayoutId; in getDefaultLayoutParser()
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DImportDataTask.java362 LauncherAppState.getIDP(context).defaultLayoutId); in HotseatLayoutParser()