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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 132 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.IconMenuView, 0, 0);
140 a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.MenuView, 0, 0);
IconMenuItemView.java 72 final TypedArray a = context.obtainStyledAttributes(
ListMenuItemView.java 62 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 124 final TypedArray a = context.obtainStyledAttributes(attrs, ATTRS);
153 final TypedArray ta = context.obtainStyledAttributes(textAppearance, TEXT_ATTRS);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
SupportMenuInflater.java 348 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.MenuGroup);
366 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.MenuItem);
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroup_LayoutParamsTest.java 147 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.ViewGroup_MarginLayout);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
CustomLayout.java 230 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.CustomLayoutLP);
DraggableDot.java 107 TypedArray a = context.obtainStyledAttributes(attrs,
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
TitlesFragment.java 191 final TypedArray a = v.getContext().obtainStyledAttributes(R.styleable.AppTheme);
  /external/replicaisland/src/com/replica/replicaisland/
KeyboardConfigDialogPreference.java 77 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/java/android/preference/
MultiSelectListPreference.java 53 final TypedArray a = context.obtainStyledAttributes(attrs,
PreferenceFragment.java 168 TypedArray a = getActivity().obtainStyledAttributes(null,
VolumePreference.java 45 final TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/java/android/transition/
Slide.java 145 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Slide);
  /frameworks/base/core/java/android/view/
LayoutInflater.java 730 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME);
    [all...]
PointerIcon.java 129 TypedArray a = context.obtainStyledAttributes(null,
  /frameworks/base/core/java/android/view/animation/
GridLayoutAnimationController.java 115 TypedArray a = context.obtainStyledAttributes(attrs,
PathInterpolator.java 96 a = theme.obtainStyledAttributes(attrs, R.styleable.PathInterpolator, 0, 0);
ScaleAnimation.java 67 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/java/android/widget/
AnalogClock.java 80 final TypedArray a = context.obtainStyledAttributes(
Chronometer.java 105 final TypedArray a = context.obtainStyledAttributes(
EdgeEffect.java 120 final TypedArray a = context.obtainStyledAttributes(
RadioGroup.java 80 TypedArray attributes = context.obtainStyledAttributes(
TimePicker.java 76 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java 87 TypedArray a = getContext().obtainStyledAttributes(null, R.styleable.ActionBar,

Completed in 616 milliseconds

1 2 3 4 5 6 78 91011>>