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

12 3 4 5 6 7 8 91011>>

  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 67 .obtainStyledAttributes(R.style.Whatever, R.styleable.style1);
77 final TypedArray t = getContext().getTheme().obtainStyledAttributes(
103 final TypedArray t = getContext().getTheme().obtainStyledAttributes(
117 final TypedArray t = getContext().getTheme().obtainStyledAttributes(
201 final TypedArray t = getContext().getTheme().obtainStyledAttributes(
213 final TypedArray t = getContext().getTheme().obtainStyledAttributes(
232 final TypedArray test = contextThemeWrapper.getTheme().obtainStyledAttributes(
260 final TypedArray ta = theme.obtainStyledAttributes(parser, R.styleable.style1, 0, 0);
  /development/samples/Snake/src/com/example/android/snake/
TileView.java 65 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView);
74 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TileView);
  /frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/items/
ExpandableSwitchItem.java 59 context.obtainStyledAttributes(attrs, R.styleable.SuwExpandableSwitchItem);
151 .obtainStyledAttributes(new int[] {android.R.attr.textColorPrimary});
  /frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/
GlifDimensionTest.java 63 final TypedArray a = mContext.obtainStyledAttributes(new int[]{R.attr.suwMarginSides});
94 final TypedArray a = mContext.obtainStyledAttributes(new int[]{R.attr.suwMarginSides});
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ThemeUtils.java 63 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, null, TEMP_ARRAY);
73 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, null, TEMP_ARRAY);
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/app/src/android/server/cts/
FontScaleActivity.java 48 TypedArray ta = getTheme().obtainStyledAttributes(attrs,
  /cts/tests/tests/preference2/src/android/preference2/cts/
CustomCheckBoxPreference.java 48 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
CustomEditTextPreference.java 48 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
CustomPreferenceGroup.java 45 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
CustomSwitchPreference.java 49 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/app/
InfoButton.java 38 TypedArray typedArray = context.obtainStyledAttributes(attrs, R.styleable.InfoButton,
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/app/
InfoButton.java 38 TypedArray typedArray = context.obtainStyledAttributes(attrs, R.styleable.InfoButton,
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
TouchHighlightImageButton.java 70 .obtainStyledAttributes(new int[]{android.R.attr.selectableItemBackground});
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ContextTest.java 85 assertThat(context.obtainStyledAttributes(null), not(nullValue()));
86 assertThat(context.obtainStyledAttributes(0, null), not(nullValue()));
87 assertThat(context.obtainStyledAttributes(null, null), not(nullValue()));
88 assertThat(context.obtainStyledAttributes(null, null, 0, 0), not(nullValue()));
TypedArrayTest.java 27 assertNotNull(new Activity().obtainStyledAttributes(null).getResources());
  /frameworks/base/core/java/android/preference/
CheckBoxPreference.java 45 final TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/java/android/view/animation/
AccelerateInterpolator.java 66 a = theme.obtainStyledAttributes(attrs, R.styleable.AccelerateInterpolator, 0, 0);
AlphaAnimation.java 43 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.AlphaAnimation);
AnticipateInterpolator.java 58 a = theme.obtainStyledAttributes(attrs, R.styleable.AnticipateInterpolator, 0, 0);
CycleInterpolator.java 49 a = theme.obtainStyledAttributes(attrs, R.styleable.CycleInterpolator, 0, 0);
DecelerateInterpolator.java 59 a = theme.obtainStyledAttributes(attrs, R.styleable.DecelerateInterpolator, 0, 0);
OvershootInterpolator.java 59 a = theme.obtainStyledAttributes(attrs, R.styleable.OvershootInterpolator, 0, 0);
  /frameworks/base/core/java/android/widget/
TwoLineListItem.java 63 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/core/java/com/android/internal/view/menu/
ExpandedMenuView.java 47 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.MenuView, 0, 0);
  /frameworks/base/core/java/com/android/internal/widget/
DialogTitle.java 61 final TypedArray a = mContext.obtainStyledAttributes(null,

Completed in 655 milliseconds

12 3 4 5 6 7 8 91011>>