HomeSort by relevance Sort by last modified time
    Searched refs:obtainStyledAttributes (Results 151 - 175 of 639) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/support/v7/preference/src/android/support/v7/internal/widget/
PreferenceImageView.java 49 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/support/v7/preference/src/android/support/v7/preference/
CheckBoxPreference.java 65 final TypedArray a = context.obtainStyledAttributes(attrs,
ListPreference.java 49 TypedArray a = context.obtainStyledAttributes(
63 a = context.obtainStyledAttributes(attrs,
  /packages/apps/Contacts/src/com/android/contacts/widget/
ProportionalLayout.java 81 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ProportionalLayout);
  /packages/apps/Launcher3/src/com/android/launcher3/
InsettableFrameLayout.java 81 TypedArray a = c.obtainStyledAttributes(attrs,
  /packages/apps/Launcher3/src/com/android/launcher3/views/
DoubleShadowBubbleTextView.java 89 TypedArray a = c.obtainStyledAttributes(
  /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,
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
NavigationItem.kt 39 val typedArray = context.obtainStyledAttributes(attrs, R.styleable.NavigationItem,
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
NavigationItem.kt 39 val typedArray = context.obtainStyledAttributes(attrs, R.styleable.NavigationItem,
  /frameworks/base/core/java/android/content/
Context.java 649 * {@link android.content.res.Resources.Theme#obtainStyledAttributes(int[])}
652 * @see android.content.res.Resources.Theme#obtainStyledAttributes(int[])
654 public final TypedArray obtainStyledAttributes(@StyleableRes int[] attrs) {
655 return getTheme().obtainStyledAttributes(attrs);
660 * {@link android.content.res.Resources.Theme#obtainStyledAttributes(int, int[])}
663 * @see android.content.res.Resources.Theme#obtainStyledAttributes(int, int[])
665 public final TypedArray obtainStyledAttributes(
667 return getTheme().obtainStyledAttributes(resid, attrs);
672 * {@link android.content.res.Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)}
675 * @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,
  /frameworks/base/core/java/android/text/style/
TextAppearanceSpan.java 62 context.obtainStyledAttributes(appearance,
110 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/base/packages/SystemUI/src/com/android/keyguard/
NumPadKey.java 81 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.NumPadKey);
119 a = context.obtainStyledAttributes(attrs, android.R.styleable.View);
  /frameworks/layoutlib/bridge/src/android/view/
LayoutInflater_Delegate.java 95 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME);
168 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplBase.java 126 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(
204 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
ShadowDrawable.java 112 TypedArray ta = t.obtainStyledAttributes(new int[] {R.attr.isWorkspaceDarkText});
162 : theme.obtainStyledAttributes(attrs, R.styleable.ShadowDrawable, 0, 0);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 70 final TypedArray a = context.obtainStyledAttributes(
78 final TypedArray ta = context.obtainStyledAttributes(taId,
SeekBarPreference.java 55 TypedArray a = context.obtainStyledAttributes(
60 a = context.obtainStyledAttributes(attrs,
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
SettingsShadowResources.java 167 public TypedArray obtainStyledAttributes(
206 return super.obtainStyledAttributes(set, attrs, defStyleAttr, defStyleRes);
  /frameworks/base/core/java/android/content/res/
Resources.java     [all...]

Completed in 1415 milliseconds

1 2 3 4 5 67 8 91011>>