Searched refs:TypedArray (Results 251 - 275 of 337) sorted by relevance

<<11121314

/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java29 import android.content.res.TypedArray;
292 TypedArray sa = res.obtainAttributes(attrs,
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPasswordTextView.java24 import android.content.res.TypedArray;
118 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PasswordTextView);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeTypedArray.java68 * Custom implementation of TypedArray to handle non compiled resources.
70 public final class BridgeTypedArray extends TypedArray {
98 * @param index the index of the value in the TypedArray
116 // fills TypedArray.mIndices which is used to implement getIndexCount/getIndexAt
383 * associated with the resources this {@link TypedArray} object
580 * the overall {@link TypedArray} object is retrieved. As a
855 * valid until the next call on to {@link TypedArray}.
885 * Give back a previously retrieved TypedArray, for later re-use.
989 static TypedArray obtain(Resources res, int len) {
/frameworks/support/design/src/android/support/design/widget/
H A DSnackbar.java21 import android.content.res.TypedArray;
614 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SnackbarLayout);
H A DTabLayout.java22 import android.content.res.TypedArray;
234 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TabLayout,
1554 TypedArray a = getContext().obtainStyledAttributes(textAppearanceResId,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java42 import android.content.res.TypedArray;
550 TypedArray ta = getActivity().obtainStyledAttributes(R.styleable.LeanbackTheme);
H A DBrowseSupportFragment.java44 import android.content.res.TypedArray;
552 TypedArray ta = getActivity().obtainStyledAttributes(R.styleable.LeanbackTheme);
H A DGuidedStepFragment.java23 import android.content.res.TypedArray;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsRow.java19 import android.content.res.TypedArray;
597 TypedArray array = context.getTheme().obtainStyledAttributes(outValue.data,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
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,
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatSpinner.java22 import android.content.res.TypedArray;
222 TypedArray aa = null;
/frameworks/base/core/java/android/widget/
H A DTimePickerClockDelegate.java24 import android.content.res.TypedArray;
125 final TypedArray a = mContext.obtainStyledAttributes(attrs,
181 final TypedArray textAppearance = mContext.obtainStyledAttributes(null,
259 final TypedArray ta = mContext.obtainStyledAttributes(ATTRS_DISABLED_ALPHA);
H A DCalendarViewLegacyDelegate.java24 import android.content.res.TypedArray;
262 final TypedArray a = context.obtainStyledAttributes(attrs,
624 TypedArray dateTextAppearance = mDelegator.getContext().obtainStyledAttributes(
H A DDatePicker.java23 import android.content.res.TypedArray;
132 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DatePicker,
601 final TypedArray attributesArray = context.obtainStyledAttributes(attrs,
H A DSpinner.java30 import android.content.res.TypedArray;
234 final TypedArray a = context.obtainStyledAttributes(
262 final TypedArray pa = mPopupContext.obtainStyledAttributes(
H A DSwitch.java26 import android.content.res.TypedArray;
224 final TypedArray a = context.obtainStyledAttributes(
300 TypedArray appearance =
H A DGallery.java21 import android.content.res.TypedArray;
208 final TypedArray a = context.obtainStyledAttributes(
H A DImageView.java26 import android.content.res.TypedArray;
149 final TypedArray a = context.obtainStyledAttributes(
H A DListPopupWindow.java23 import android.content.res.TypedArray;
217 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ListPopupWindow,
/frameworks/base/core/java/android/app/
H A DFragment.java28 import android.content.res.TypedArray;
1331 TypedArray a = context.obtainStyledAttributes(attrs,
2440 private static Transition loadTransition(Context context, TypedArray typedArray,
/frameworks/base/core/java/android/preference/
H A DPreference.java28 import android.content.res.TypedArray;
220 final TypedArray a = context.obtainStyledAttributes(
350 * proxy to {@link TypedArray#getString(int)}.
356 protected Object onGetDefaultValue(TypedArray a, int index) {
H A DPreferenceActivity.java30 import android.content.res.TypedArray;
539 TypedArray sa = obtainStyledAttributes(null,
839 TypedArray sa = obtainStyledAttributes(
/frameworks/base/core/java/com/android/internal/widget/
H A DResolverDrawerLayout.java21 import android.content.res.TypedArray;
114 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResolverDrawerLayout,
799 final TypedArray a = c.obtainStyledAttributes(attrs,
/frameworks/support/v7/appcompat/src/android/support/v7/app/
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);

Completed in 456 milliseconds

<<11121314