Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/common/
DLogicalPreferenceGroup.java36 private final boolean mShouldShowChevron; field in LogicalPreferenceGroup
48 mShouldShowChevron = a.getBoolean(R.styleable.PreferenceGroup_showChevron, true); in LogicalPreferenceGroup()
66 if (!mShouldShowChevron && (preference instanceof CarUiPreference in addPreference()
DSettingsPreferenceCategory.java37 private final boolean mShouldShowChevron; field in SettingsPreferenceCategory
49 mShouldShowChevron = a.getBoolean(R.styleable.PreferenceGroup_showChevron, true); in SettingsPreferenceCategory()
68 if (!mShouldShowChevron && (preference instanceof CarUiPreference in addPreference()