HomeSort by relevance Sort by last modified time
    Searched refs:obtainStyledAttributes (Results 101 - 125 of 461) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorPadLayout.java 45 final TypedArray a = context.obtainStyledAttributes(attrs,
  /packages/apps/Camera/src/com/android/camera/
IconListPreference.java 36 TypedArray a = context.obtainStyledAttributes(
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
ProportionalLayout.java 81 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ProportionalLayout);
  /packages/apps/Launcher3/src/com/android/launcher3/
InsettableFrameLayout.java 71 TypedArray a = c.obtainStyledAttributes(attrs,
  /packages/apps/LegacyCamera/src/com/android/camera/
IconListPreference.java 37 TypedArray a = context.obtainStyledAttributes(
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsSummary.java 117 final TypedArray ta = tabs.getContext().obtainStyledAttributes(
  /sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/
LabelView.java 62 TypedArray a = context.obtainStyledAttributes(attrs,
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 63 mTypedArray = getContext().getTheme().obtainStyledAttributes(R.style.Whatever, attrs);
156 final TypedArray test = contextThemeWrapper.getTheme().obtainStyledAttributes(
  /frameworks/base/core/java/android/content/
Context.java 502 * {@link android.content.res.Resources.Theme#obtainStyledAttributes(int[])}
505 * @see android.content.res.Resources.Theme#obtainStyledAttributes(int[])
507 public final TypedArray obtainStyledAttributes(@StyleableRes int[] attrs) {
508 return getTheme().obtainStyledAttributes(attrs);
513 * {@link android.content.res.Resources.Theme#obtainStyledAttributes(int, int[])}
516 * @see android.content.res.Resources.Theme#obtainStyledAttributes(int, int[])
518 public final TypedArray obtainStyledAttributes(
520 return getTheme().obtainStyledAttributes(resid, attrs);
525 * {@link android.content.res.Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)}
528 * @see android.content.res.Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int
    [all...]
  /frameworks/base/core/java/android/preference/
ListPreference.java 50 TypedArray a = context.obtainStyledAttributes(
59 a = context.obtainStyledAttributes(attrs,
MultiCheckPreference.java 49 TypedArray a = context.obtainStyledAttributes(
62 a = context.obtainStyledAttributes(attrs,
SeekBarPreference.java 43 TypedArray a = context.obtainStyledAttributes(
48 a = context.obtainStyledAttributes(attrs,
PreferenceGroup.java 61 final TypedArray a = context.obtainStyledAttributes(
RingtonePreference.java 57 final TypedArray a = context.obtainStyledAttributes(attrs,
SwitchPreference.java 76 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/java/android/text/style/
TextAppearanceSpan.java 60 context.obtainStyledAttributes(appearance,
99 a = context.obtainStyledAttributes(com.android.internal.R.style.Theme,
  /frameworks/base/core/java/android/widget/
ViewAnimator.java 55 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ViewAnimator);
87 final TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/support/v7/preference/src/android/support/v7/preference/
ListPreference.java 49 TypedArray a = context.obtainStyledAttributes(
63 a = context.obtainStyledAttributes(attrs,
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 70 final TypedArray a = context.obtainStyledAttributes(
78 final TypedArray ta = context.obtainStyledAttributes(taId,
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ThemedDrawableTest.java 53 final TypedArray t = mContext.obtainStyledAttributes(new int[]{R.attr.themeType});
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
PreferencesFromCode.java 141 TypedArray a = obtainStyledAttributes(R.styleable.TogglePrefAttrs);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoView.java 108 getContext().obtainStyledAttributes(attributeSet, R.styleable.ImageDownloaderView);
  /frameworks/base/core/java/android/transition/
ArcMotion.java 66 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ArcMotion);
  /frameworks/base/core/java/android/view/
ViewStub.java 109 final TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java 106 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.LayoutAnimation);

Completed in 636 milliseconds

1 2 3 45 6 7 8 91011>>