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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/transition/
PatternPathMotion.java 56 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PatternPathMotion);
  /frameworks/base/core/java/android/view/animation/
RotateAnimation.java 51 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/java/android/widget/
ToggleButton.java 48 final TypedArray a = context.obtainStyledAttributes(
ViewFlipper.java 59 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedPreferenceHelper.java 52 final TypedArray attributes = context.obtainStyledAttributes(attrs,
Utils.java 187 TypedArray ta = context.obtainStyledAttributes(new int[]{attr});
202 TypedArray ta = context.obtainStyledAttributes(new int[]{attr});
209 TypedArray ta = context.obtainStyledAttributes(new int[]{attr});
216 TypedArray ta = context.obtainStyledAttributes(new int[]{attr});
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ChargingView.java 61 TypedArray a = context.obtainStyledAttributes(attrs, new int[]{android.R.attr.src});
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
AutoSizingList.java 46 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AutoSizingList);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
AnimatedImageView.java 48 TypedArray a = context.getTheme().obtainStyledAttributes(attrs,
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
AbstractItemHierarchy.java 46 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwAbstractItem);
ButtonItem.java 54 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SuwButtonItem);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
FillContentLayout.java 62 TypedArray a = context.obtainStyledAttributes(
NavigationBar.java 54 TypedArray attributes = context.obtainStyledAttributes(
StatusBarBackgroundLayout.java 63 final TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
FixedAspectSurfaceView.java 53 context.getTheme().obtainStyledAttributes(attrs,
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
FixedAspectSurfaceView.java 53 context.getTheme().obtainStyledAttributes(attrs,
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentArgumentsSupport.java 79 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/support/transition/src/android/support/transition/
PatternPathMotion.java 58 TypedArray a = context.obtainStyledAttributes(attrs, Styleable.PATTERN_PATH_MOTION);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/graphics/
ColorFilterDimmer.java 46 TypedArray a = context.obtainStyledAttributes(R.styleable.LeanbackTheme);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidanceStylingRelativeLayout.java 36 TypedArray ta = context.getTheme().obtainStyledAttributes(
NonOverlappingLinearLayoutWithForeground.java 54 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarDrawerToggleHoneycomb.java 94 final TypedArray a = activity.obtainStyledAttributes(THEME_ATTRS);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatCompoundButtonHelper.java 55 TypedArray a = mView.getContext().obtainStyledAttributes(attrs, R.styleable.CompoundButton,
AppCompatPopupWindow.java 50 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
AppCompatTextHelper.java 78 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
113 a = TintTypedArray.obtainStyledAttributes(context, ap, R.styleable.TextAppearance);
139 a = TintTypedArray.obtainStyledAttributes(context, attrs, R.styleable.TextAppearance,
249 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context,

Completed in 1277 milliseconds

1 2 3 4 56 7 8 91011>>