/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 | 237 final TypedArray keyAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard_Key); 337 final TypedArray keyboardAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard); 397 final TypedArray gridRowAttr = mResources.obtainAttributes( 473 final TypedArray keyAttr = mResources.obtainAttributes( 497 final TypedArray keyAttr = mResources.obtainAttributes( 525 final TypedArray keyboardAttr = mResources.obtainAttributes( 527 final TypedArray keyAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard_Key); 639 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 | 277 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.AnimationDrawable); 303 final TypedArray a = obtainAttributes(r, theme, attrs,
|
StateListDrawable.java | 122 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.StateListDrawable); 180 final TypedArray a = obtainAttributes(r, theme, attrs,
|
AnimatedStateListDrawable.java | 378 final TypedArray a = obtainAttributes( 464 final TypedArray a = obtainAttributes(r, theme, attrs, 500 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/core/java/android/content/ |
SyncAdaptersCache.java | 48 TypedArray sa = res.obtainAttributes(attrs,
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
AccountAuthenticatorCache.java | 58 TypedArray sa = res.obtainAttributes(attrs,
|
/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 | 148 TypedArray sa = res.obtainAttributes(attrs, 160 TypedArray sa = res.obtainAttributes(attrs, 184 final TypedArray groupAttrs = res.obtainAttributes(attrs, 217 final TypedArray a = res.obtainAttributes(attrs, 229 final TypedArray a = res.obtainAttributes(attrs,
|
/frameworks/base/core/java/android/service/voice/ |
VoiceInteractionServiceInfo.java | 89 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 | 93 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 | 189 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), 204 a = res.obtainAttributes(Xml.asAttributeSet(parser), 336 TypedArray a = res.obtainAttributes(Xml.asAttributeSet(parser), 349 a = res.obtainAttributes(Xml.asAttributeSet(parser), [all...] |
/frameworks/base/core/java/android/animation/ |
AnimatorInflater.java | 584 a = res.obtainAttributes(attrs, R.styleable.AnimatorSet); 645 arrayAnimator = res.obtainAttributes(attrs, R.styleable.Animator); 654 arrayObjectAnimator = res.obtainAttributes(attrs, R.styleable.PropertyAnimator);
|