HomeSort by relevance Sort by last modified time
    Searched refs:obtainAttributes (Results 26 - 50 of 88) sorted by null

12 3 4

  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java     [all...]
AnimatedVectorDrawable.java 281 final TypedArray a = obtainAttributes(res, theme, attrs,
298 final TypedArray a = obtainAttributes(res, theme, attrs,
ShapeDrawable.java 361 TypedArray a = r.obtainAttributes(attrs,
384 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ShapeDrawable);
ColorDrawable.java 233 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ColorDrawable);
LevelListDrawable.java 109 TypedArray a = obtainAttributes(r, theme, attrs,
GradientDrawable.java     [all...]
ClipDrawable.java 86 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ClipDrawable);
VectorDrawable.java 455 final TypedArray a = obtainAttributes(res, theme, attrs, R.styleable.VectorDrawable);
    [all...]
AnimatedRotateDrawable.java 268 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimatedRotateDrawable);
InsetDrawable.java 93 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.InsetDrawable);
RotateDrawable.java 408 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.RotateDrawable);
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodInfo.java 166 TypedArray sa = res.obtainAttributes(attrs,
187 final TypedArray a = res.obtainAttributes(
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 360 final TypedArray a = mResources.obtainAttributes(Xml.asAttributeSet(parser),
387 final TypedArray a = mResources.obtainAttributes(Xml.asAttributeSet(parser),
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 166 final TypedArray ta = getContext().getResources().obtainAttributes(set,
  /frameworks/base/core/java/android/app/
WallpaperInfo.java 116 TypedArray sa = res.obtainAttributes(attrs,
  /frameworks/base/core/java/android/hardware/soundtrigger/
KeyphraseEnrollmentInfo.java 156 TypedArray array = res.obtainAttributes(attrs,
  /frameworks/base/core/java/android/printservice/
PrintServiceInfo.java 128 TypedArray attributes = resources.obtainAttributes(allAttributes,
  /frameworks/base/core/java/android/view/
PointerIcon.java 384 final TypedArray a = resources.obtainAttributes(
  /frameworks/base/core/java/android/view/animation/
PathInterpolator.java 98 a = res.obtainAttributes(attrs, R.styleable.PathInterpolator);
  /packages/apps/Settings/src/com/android/settings/voice/
VoiceInputHelper.java 192 TypedArray array = res.obtainAttributes(attrs,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
BrowseInfo.java 232 TypedArray sa = mContext.getResources().obtainAttributes(attrs,
240 sa = context.getResources().obtainAttributes(attrs, R.styleable.CanvasSettings);
270 TypedArray sa = context.getResources().obtainAttributes(attrs,
409 .obtainAttributes(attrs, com.android.internal.R.styleable.Intent);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DreamInfoAction.java 174 TypedArray sa = res.obtainAttributes(attrs, com.android.internal.R.styleable.Dream);
  /development/apps/Development/src/com/android/development/
SyncAdapterDriver.java 352 TypedArray sa = res.obtainAttributes(attrs,
  /frameworks/base/core/java/android/app/admin/
DeviceAdminInfo.java 276 TypedArray sa = res.obtainAttributes(attrs,
  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 251 final TypedArray array = res.obtainAttributes(attrs,

Completed in 2473 milliseconds

12 3 4