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

<<11121314151617181920>>

  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExternalSource.java 146 final TypedArray a = context.obtainStyledAttributes(attrs,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SeekBarDialogPreference.java 53 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/core/java/android/preference/
PreferenceFragment.java 171 TypedArray a = getActivity().obtainStyledAttributes(null,
188 TypedArray a = getActivity().obtainStyledAttributes(null,
MultiSelectListPreference.java 53 final TypedArray a = context.obtainStyledAttributes(attrs,
PreferenceScreen.java 109 TypedArray a = context.obtainStyledAttributes(null,
  /frameworks/base/core/java/android/transition/
TransitionInflater.java 254 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.TransitionTarget);
324 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.TransitionManager);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
AccessPointPreference.java 109 frictionSld = context.getTheme().obtainStyledAttributes(FRICTION_ATTRS);
135 frictionSld = context.getTheme().obtainStyledAttributes(FRICTION_ATTRS);
  /frameworks/support/core-ui/java/android/support/v4/app/
ActionBarDrawerToggle.java 426 final TypedArray a = context.obtainStyledAttributes(null, THEME_ATTRS,
432 final TypedArray a = mActivity.obtainStyledAttributes(THEME_ATTRS);
  /frameworks/support/transition/src/android/support/transition/
TransitionInflater.java 236 TypedArray a = mContext.obtainStyledAttributes(attrs, Styleable.TRANSITION_TARGET);
309 TypedArray a = mContext.obtainStyledAttributes(attrs, Styleable.TRANSITION_MANAGER);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatViewInflater.java 204 final TypedArray a = context.obtainStyledAttributes(attrs, sOnClickAttrs);
239 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.View, 0, 0);
  /frameworks/support/v7/cardview/src/android/support/v7/widget/
CardView.java 223 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CardView, defStyleAttr,
230 final TypedArray aa = getContext().obtainStyledAttributes(COLOR_BACKGROUND_ATTR);
  /packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java 130 TypedArray a = context.obtainStyledAttributes(attrs,
139 a = context.obtainStyledAttributes(attrs, android.R.styleable.CheckBoxPreference, 0, 0);
  /frameworks/base/core/java/android/widget/
DatePickerCalendarDelegate.java 105 final TypedArray a = mContext.obtainStyledAttributes(attrs,
133 final TypedArray textAppearance = mContext.obtainStyledAttributes(null,
210 final TypedArray ta = mContext.obtainStyledAttributes(ATTRS_DISABLED_ALPHA);
DayPickerView.java 83 final TypedArray a = context.obtainStyledAttributes(attrs,
137 final TypedArray ta = mContext.obtainStyledAttributes(null,
FrameLayout.java 94 final TypedArray a = context.obtainStyledAttributes(
441 final TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.FrameLayout_Layout);
  /frameworks/support/design/src/android/support/design/widget/
CollapsingTextHelper.java 202 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mView.getContext(), resId,
231 TintTypedArray a = TintTypedArray.obtainStyledAttributes(mView.getContext(), resId,
260 final TypedArray a = mView.getContext().obtainStyledAttributes(resId,
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatSpinner.java 197 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
219 aa = context.obtainStyledAttributes(attrs, ATTRS_ANDROID_SPINNERMODE,
235 final TintTypedArray pa = TintTypedArray.obtainStyledAttributes(
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 674 a = theme.obtainStyledAttributes(attrs, R.styleable.AnimatorSet, 0, 0);
    [all...]
  /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);
  /frameworks/support/core-ui/java/android/support/v4/view/
PagerTitleStrip.java 116 final TypedArray a = context.obtainStyledAttributes(attrs, ATTRS);
145 final TypedArray ta = context.obtainStyledAttributes(textAppearance, TEXT_ATTRS);
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroup_LayoutParamsTest.java 149 TypedArray a = mContext.obtainStyledAttributes(attrs,
  /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,

Completed in 1222 milliseconds

<<11121314151617181920>>