Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/core/
H A DPreferenceXmlParserUtils.java308 private static String getKey(TypedArray styledAttributes) { in getKey()
312 private static String getTitle(TypedArray styledAttributes) { in getTitle()
316 private static String getSummary(TypedArray styledAttributes) { in getSummary()
320 private static String getController(TypedArray styledAttributes) { in getController()
324 private static String getHighlightableMenuKey(TypedArray styledAttributes) { in getHighlightableMenuKey()
328 private static int getIcon(TypedArray styledAttributes) { in getIcon()
332 private static boolean isSearchable(TypedArray styledAttributes) { in isSearchable()
336 private static String getKeywords(TypedArray styledAttributes) { in getKeywords()
340 private static boolean isAppended(TypedArray styledAttributes) { in isAppended()
345 private static String getUnavailableSliceSubtitle(TypedArray styledAttributes) { in getUnavailableSliceSubtitle()
[all …]
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/
H A 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()
/aosp12/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java96 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme); in QuickContactBadge() local
H A DEditor.java7064 TypedArray styledAttributes = mView.getContext().obtainStyledAttributes( in getResourceId() local
/aosp12/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java272 private static PropertyValuesHolder getPVH(TypedArray styledAttributes, int valueType, in getPVH()
796 private static int inferValueTypeFromValues(TypedArray styledAttributes, int valueFromId, in inferValueTypeFromValues()