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

1 2 3

  /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 236 final TypedArray keyAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard_Key);
349 final TypedArray keyboardAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard);
409 final TypedArray gridRowAttr = mResources.obtainAttributes(
520 final TypedArray keyboardAttr = mResources.obtainAttributes(
522 final TypedArray keyAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard_Key);
634 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,
ColorDrawable.java 163 TypedArray a = r.obtainAttributes(attrs, com.android.internal.R.styleable.ColorDrawable);
AnimationDrawable.java 239 TypedArray a = r.obtainAttributes(attrs,
267 a = r.obtainAttributes(attrs, com.android.internal.R.styleable.AnimationDrawableItem);
GradientDrawable.java 809 TypedArray a = r.obtainAttributes(attrs,
860 a = r.obtainAttributes(attrs,
    [all...]
LevelListDrawable.java 108 TypedArray a = r.obtainAttributes(attrs,
ShapeDrawable.java 305 TypedArray a = r.obtainAttributes(attrs,
328 TypedArray a = r.obtainAttributes(attrs, com.android.internal.R.styleable.ShapeDrawable);
ClipDrawable.java 81 TypedArray a = r.obtainAttributes(attrs, com.android.internal.R.styleable.ClipDrawable);
InsetDrawable.java 81 TypedArray a = r.obtainAttributes(attrs,
StateListDrawable.java 117 TypedArray a = r.obtainAttributes(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/core/java/android/nfc/cardemulation/
ApduServiceInfo.java 143 TypedArray sa = res.obtainAttributes(attrs,
155 TypedArray sa = res.obtainAttributes(attrs,
179 final TypedArray groupAttrs = res.obtainAttributes(attrs,
213 final TypedArray a = res.obtainAttributes(attrs,
  /frameworks/base/services/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/base/test-runner/src/android/test/mock/
MockResources.java 184 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) {
  /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/view/inputmethod/
InputMethodInfo.java 152 TypedArray sa = res.obtainAttributes(attrs,
173 final TypedArray a = res.obtainAttributes(
  /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/printservice/
PrintServiceInfo.java 122 TypedArray attributes = resources.obtainAttributes(allAttributes,
  /frameworks/base/core/java/android/view/
PointerIcon.java 384 TypedArray a = resources.obtainAttributes(

Completed in 1183 milliseconds

1 2 3