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

1 2 3 4 5 6 78 91011>>

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ThemedDrawableTest.java 62 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/preference/
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/transition/
ArcMotion.java 65 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ArcMotion);
Fade.java 103 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Fade);
  /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);
TranslateAnimation.java 64 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/java/android/widget/
AbsoluteLayout.java 203 TypedArray a = c.obtainStyledAttributes(attrs,
AdapterViewFlipper.java 70 final TypedArray a = context.obtainStyledAttributes(attrs,
RatingBar.java 91 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/core/java/com/android/internal/widget/
ButtonBarLayout.java 52 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ButtonBarLayout);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
MetaDataTest.java 88 TypedArray a = mContext.obtainStyledAttributes(xml,
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintOptionsLayout.java 39 TypedArray typedArray = context.obtainStyledAttributes(attrs,
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedSwitchPreference.java 48 final TypedArray attributes = context.obtainStyledAttributes(attrs,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipControlButtonView.java 88 context.obtainStyledAttributes(attrs, values, defStyleAttr, defStyleRes);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
UserDetailItemView.java 67 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
ToggleSliderView.java 60 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
UserAvatarView.java 43 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DateView.java 65 TypedArray a = context.getTheme().obtainStyledAttributes(
  /frameworks/base/services/core/java/com/android/server/
AttributeCache.java 154 pkg.context.obtainStyledAttributes(resId, styleable));
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
SimpleInflater.java 124 TypedArray a = mContext.obtainStyledAttributes(attrs,

Completed in 1601 milliseconds

1 2 3 4 5 6 78 91011>>