HomeSort by relevance Sort by last modified time
    Searched refs:obtainAttributes (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /frameworks/base/core/java/android/view/animation/
AccelerateInterpolator.java 68 a = res.obtainAttributes(attrs, R.styleable.AccelerateInterpolator);
AnticipateInterpolator.java 60 a = res.obtainAttributes(attrs, R.styleable.AnticipateInterpolator);
CycleInterpolator.java 51 a = resources.obtainAttributes(attrs, R.styleable.CycleInterpolator);
DecelerateInterpolator.java 61 a = res.obtainAttributes(attrs, R.styleable.DecelerateInterpolator);
OvershootInterpolator.java 61 a = res.obtainAttributes(attrs, R.styleable.OvershootInterpolator);
AnticipateOvershootInterpolator.java 77 a = res.obtainAttributes(attrs, AnticipateOvershootInterpolator);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardRow.java 99 final TypedArray keyboardAttr = res.obtainAttributes(Xml.asAttributeSet(parser),
104 final TypedArray keyAttr = res.obtainAttributes(Xml.asAttributeSet(parser),
KeyboardBuilder.java 241 final TypedArray keyAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard_Key);
341 final TypedArray keyboardAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard);
401 final TypedArray gridRowAttr = mResources.obtainAttributes(
477 final TypedArray keyAttr = mResources.obtainAttributes(
501 final TypedArray keyAttr = mResources.obtainAttributes(
529 final TypedArray keyboardAttr = mResources.obtainAttributes(
531 final TypedArray keyAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard_Key);
643 final TypedArray caseAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard_Case);
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
PaintDrawable.java 76 TypedArray a = r.obtainAttributes(attrs,
AnimationDrawable.java 289 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimationDrawable);
315 final TypedArray a = obtainAttributes(r, theme, attrs,
ClipDrawable.java 88 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ClipDrawable);
StateListDrawable.java 110 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.StateListDrawable);
168 final TypedArray a = obtainAttributes(r, theme, attrs,
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 196 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser),
211 a = res.obtainAttributes(Xml.asAttributeSet(parser),
329 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser),
342 a = res.obtainAttributes(Xml.asAttributeSet(parser),
385 a = res.obtainAttributes(Xml.asAttributeSet(parser), R.styleable.WnnKeyboard_Key);
831 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser),
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountAuthenticatorCache.java 58 TypedArray sa = res.obtainAttributes(attrs,
  /frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
AnimatedVectorDrawableCompat.java 289 static TypedArray obtainAttributes(
292 return res.obtainAttributes(set, attrs);
309 obtainAttributes(res, theme, attrs, R.styleable.AnimatedVectorDrawable);
330 res.obtainAttributes(attrs, R.styleable.AnimatedVectorDrawableTarget);
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerInfo.java 95 TypedArray sa = res.obtainAttributes(attrs,
112 final TypedArray a = res.obtainAttributes(
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ResourcesWrapper.java 223 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) {
224 return mResources.obtainAttributes(set, attrs);
  /frameworks/base/core/java/android/nfc/cardemulation/
ApduServiceInfo.java 159 TypedArray sa = res.obtainAttributes(attrs,
173 TypedArray sa = res.obtainAttributes(attrs,
199 final TypedArray groupAttrs = res.obtainAttributes(attrs,
232 final TypedArray a = res.obtainAttributes(attrs,
244 final TypedArray a = res.obtainAttributes(attrs,
  /frameworks/base/core/java/android/content/
SyncAdaptersCache.java 59 TypedArray sa = res.obtainAttributes(attrs,
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionServiceInfo.java 91 TypedArray array = res.obtainAttributes(attrs,
  /frameworks/base/test-runner/src/android/test/mock/
MockResources.java 184 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) {
  /packages/apps/Settings/src/com/android/settings/
TrustAgentUtils.java 94 res.obtainAttributes(attrs, com.android.internal.R.styleable.TrustAgent);
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
Adapters.java 621 TypedArray a = resources.obtainAttributes(mAttrs, R.styleable.CursorAdapter);
676 TypedArray a = mResources.obtainAttributes(mAttrs,
694 TypedArray a = resources.obtainAttributes(mAttrs,
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 190 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser),
205 a = res.obtainAttributes(Xml.asAttributeSet(parser),
337 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser),
350 a = res.obtainAttributes(Xml.asAttributeSet(parser),
    [all...]

Completed in 469 milliseconds

1 2 3 4