Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DInvariantDeviceProfile.java155 public int defaultLayoutId; field in InvariantDeviceProfile
304 defaultLayoutId = closestProfile.defaultLayoutId; in initGrid()
686 private final int defaultLayoutId; field in InvariantDeviceProfile.GridOption
702 defaultLayoutId = a.getResourceId(deviceType == TYPE_MULTI_DISPLAY && a.hasValue( in GridOption()
707 R.styleable.GridDisplayOption_demoModeLayoutId, defaultLayoutId); in GridOption()
H A DLauncherProvider.java612 int defaultLayout = idp.defaultLayoutId; in getDefaultLayoutParser()