Searched refs:mShouldShowChevron (Results 1 – 2 of 2) sorted by relevance
36 private final boolean mShouldShowChevron; field in LogicalPreferenceGroup48 mShouldShowChevron = a.getBoolean(R.styleable.PreferenceGroup_showChevron, true); in LogicalPreferenceGroup()66 if (!mShouldShowChevron && (preference instanceof CarUiPreference in addPreference()
37 private final boolean mShouldShowChevron; field in SettingsPreferenceCategory49 mShouldShowChevron = a.getBoolean(R.styleable.PreferenceGroup_showChevron, true); in SettingsPreferenceCategory()68 if (!mShouldShowChevron && (preference instanceof CarUiPreference in addPreference()