Searched refs:styledAttributes (Results 1 – 3 of 3) sorted by relevance
217 private static String getKey(TypedArray styledAttributes) { in getKey() argument218 return styledAttributes.getString(com.android.internal.R.styleable.Preference_key); in getKey()221 private static String getTitle(TypedArray styledAttributes) { in getTitle() argument222 return styledAttributes.getString(com.android.internal.R.styleable.Preference_title); in getTitle()225 private static String getSummary(TypedArray styledAttributes) { in getSummary() argument226 return styledAttributes.getString(com.android.internal.R.styleable.Preference_summary); in getSummary()229 private static String getController(TypedArray styledAttributes) { in getController() argument230 return styledAttributes.getString(R.styleable.Preference_controller); in getController()233 private static String getHighlightableMenuKey(TypedArray styledAttributes) { in getHighlightableMenuKey() argument234 return styledAttributes.getString(R.styleable.Preference_highlightableMenuKey); in getHighlightableMenuKey()[all …]
183 private static String getKey(TypedArray styledAttributes) { in getKey() argument184 return styledAttributes.getString(com.android.internal.R.styleable.Preference_key); in getKey()187 private static String getController(TypedArray styledAttributes) { in getController() argument188 return styledAttributes.getString(R.styleable.Preference_controller); in getController()191 private static boolean isSearchable(TypedArray styledAttributes) { in isSearchable() argument192 return styledAttributes.getBoolean(R.styleable.Preference_searchable, true); in isSearchable()195 private static String getDriver(TypedArray styledAttributes) { in getDriver() argument196 return styledAttributes.getString(R.styleable.Preference_occupant_driver); in getDriver()199 private static String getFrontPassenger(TypedArray styledAttributes) { in getFrontPassenger() argument200 return styledAttributes.getString(R.styleable.Preference_occupant_front_passenger); in getFrontPassenger()[all …]
100 val styledAttributes = in getDisabledAlpha() constant103 return styledAttributes.getFloat(0, DEFAULT_DISABLED_ALPHA) in getDisabledAlpha()105 styledAttributes.recycle() in getDisabledAlpha()