Home
last modified time | relevance | path

Searched defs:styledAttributes (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/core/
DPreferenceXmlParserUtils.java217 private static String getKey(TypedArray styledAttributes) { in getKey()
221 private static String getTitle(TypedArray styledAttributes) { in getTitle()
225 private static String getSummary(TypedArray styledAttributes) { in getSummary()
229 private static String getController(TypedArray styledAttributes) { in getController()
233 private static String getHighlightableMenuKey(TypedArray styledAttributes) { in getHighlightableMenuKey()
237 private static int getIcon(TypedArray styledAttributes) { in getIcon()
241 private static boolean isSearchable(TypedArray styledAttributes) { in isSearchable()
245 private static String getKeywords(TypedArray styledAttributes) { in getKeywords()
249 private static boolean isAppended(TypedArray styledAttributes) { in isAppended()
254 private static String getUnavailableSliceSubtitle(TypedArray styledAttributes) { in getUnavailableSliceSubtitle()
[all …]
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DPreferenceXmlParser.java183 private static String getKey(TypedArray styledAttributes) { in getKey()
187 private static String getController(TypedArray styledAttributes) { in getController()
191 private static boolean isSearchable(TypedArray styledAttributes) { in isSearchable()
195 private static String getDriver(TypedArray styledAttributes) { in getDriver()
199 private static String getFrontPassenger(TypedArray styledAttributes) { in getFrontPassenger()
203 private static String getRearPassenger(TypedArray styledAttributes) { in getRearPassenger()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/view/
DSafetyEntryCommonViewsManager.kt100 val styledAttributes = in getDisabledAlpha() constant