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.java301 private static String getKey(TypedArray styledAttributes) { in getKey()
305 private static String getTitle(TypedArray styledAttributes) { in getTitle()
309 private static String getSummary(TypedArray styledAttributes) { in getSummary()
313 private static String getController(TypedArray styledAttributes) { in getController()
317 private static int getIcon(TypedArray styledAttributes) { in getIcon()
321 private static boolean isSearchable(TypedArray styledAttributes) { in isSearchable()
325 private static String getKeywords(TypedArray styledAttributes) { in getKeywords()
329 private static boolean isAppended(TypedArray styledAttributes) { in isAppended()
334 private static String getUnavailableSliceSubtitle(TypedArray styledAttributes) { in getUnavailableSliceSubtitle()
339 private static boolean isForWork(TypedArray styledAttributes) { in isForWork()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DPreferenceXmlParser.java140 private static String getKey(TypedArray styledAttributes) { in getKey()
144 private static String getController(TypedArray styledAttributes) { in getController()
148 private static boolean isSearchable(TypedArray styledAttributes) { in isSearchable()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/
DCarUiRecyclerViewImpl.java352 private void initRotaryScroll(@Nullable TypedArray styledAttributes) { in initRotaryScroll()