Searched refs:TypedArray (Results 1 - 25 of 337) sorted by last modified time

1234567891011>>

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java21 import android.content.res.TypedArray;
1322 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.ActionBarLayout);
H A DActionBarDrawerToggle.java22 import android.content.res.TypedArray;
563 final TypedArray a = getActionBarThemedContext().obtainStyledAttributes(null,
H A DActionBarDrawerToggleHoneycomb.java23 import android.content.res.TypedArray;
92 final TypedArray a = activity.obtainStyledAttributes(THEME_ATTRS);
H A DAlertController.java21 import android.content.res.TypedArray;
174 TypedArray a = context.obtainStyledAttributes(null, R.styleable.AlertDialog,
H A DAppCompatDelegateImplBase.java21 import android.content.res.TypedArray;
H A DAppCompatDelegateImplV7.java24 import android.content.res.TypedArray;
305 TypedArray a = mContext.obtainStyledAttributes(R.styleable.Theme);
480 TypedArray a = mContext.obtainStyledAttributes(R.styleable.Theme);
1844 TypedArray a = context.obtainStyledAttributes(R.styleable.Theme);
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawerArrowDrawable.java20 import android.content.res.TypedArray;
129 final TypedArray a = context.getTheme().obtainStyledAttributes(null,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DAppCompatViewInflater.java20 import android.content.res.TypedArray;
168 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.View, 0, 0);
H A DWindowDecorActionBar.java24 import android.content.res.TypedArray;
224 final TypedArray a = mContext.obtainStyledAttributes(null,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DActionBarPolicy.java21 import android.content.res.TypedArray;
73 TypedArray a = mContext.obtainStyledAttributes(null, R.styleable.ActionBar,
H A DSupportMenuInflater.java25 import android.content.res.TypedArray;
348 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.MenuGroup);
366 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.MenuItem);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuItemView.java22 import android.content.res.TypedArray;
76 TypedArray a = context.obtainStyledAttributes(attrs,
H A DListMenuItemView.java20 import android.content.res.TypedArray;
66 final TypedArray a = context.obtainStyledAttributes(
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsActionBarView.java21 import android.content.res.TypedArray;
82 TypedArray a = getContext().obtainStyledAttributes(null, R.styleable.ActionBar,
H A DActionBarContainer.java20 import android.content.res.TypedArray;
63 TypedArray a = context.obtainStyledAttributes(attrs,
H A DActionBarOverlayLayout.java21 import android.content.res.TypedArray;
143 TypedArray ta = getContext().getTheme().obtainStyledAttributes(ATTRS);
H A DActivityChooserView.java24 import android.content.res.TypedArray;
215 TypedArray attributesArray = context.obtainStyledAttributes(attrs,
H A DDialogTitle.java20 import android.content.res.TypedArray;
60 final TypedArray a = getContext().obtainStyledAttributes(null,
H A DResourcesWrapper.java26 import android.content.res.TypedArray;
105 public TypedArray obtainTypedArray(int id) throws NotFoundException {
223 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) {
H A DThemeUtils.java21 import android.content.res.TypedArray;
67 TypedArray a = context.obtainStyledAttributes(null, TEMP_ARRAY);
77 TypedArray a = context.obtainStyledAttributes(null, TEMP_ARRAY);
H A DTintTypedArray.java22 import android.content.res.TypedArray;
28 * A class that wraps a {@link android.content.res.TypedArray} and provides the same public API
37 private final TypedArray mWrapped;
43 TypedArray array = context.obtainStyledAttributes(set, attrs);
49 TypedArray array = context.obtainStyledAttributes(set, attrs, defStyleAttr, defStyleRes);
53 private TintTypedArray(Context context, TypedArray array) {
H A DViewStubCompat.java20 import android.content.res.TypedArray;
54 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ViewStubCompat,
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatBackgroundHelper.java20 import android.content.res.TypedArray;
45 TypedArray a = mView.getContext().obtainStyledAttributes(attrs,
H A DAppCompatCompoundButtonHelper.java20 import android.content.res.TypedArray;
58 TypedArray a = mView.getContext().obtainStyledAttributes(attrs, R.styleable.CompoundButton,
H A DAppCompatSpinner.java22 import android.content.res.TypedArray;
222 TypedArray aa = null;

Completed in 485 milliseconds

1234567891011>>