Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/displaycompat/
DCarDisplayCompatSystemBarView.java38 int defaultLayoutId = in CarDisplayCompatSystemBarView() local
40 if (defaultLayoutId == 0) { in CarDisplayCompatSystemBarView()
57 inflate(context, defaultLayoutId, this); in CarDisplayCompatSystemBarView()
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java211 public int defaultLayoutId; field in InvariantDeviceProfile
373 defaultLayoutId = closestProfile.defaultLayoutId; in initGrid()
875 private final int defaultLayoutId; field in InvariantDeviceProfile.GridOption
903 defaultLayoutId = a.getResourceId( in GridOption()
906 R.styleable.GridDisplayOption_demoModeLayoutId, defaultLayoutId); in GridOption()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DModelDbController.java592 ? idp.demoModeLayoutId : idp.defaultLayoutId; in getDefaultLayoutParser()