Searched refs:TypedArray (Results 276 - 300 of 337) sorted by relevance

<<11121314

/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java22 import android.content.res.TypedArray;
181 final TypedArray ta = mContext.obtainStyledAttributes(null,
H A DGridLayout.java21 import android.content.res.TypedArray;
249 // TypedArray indices
287 final TypedArray a = context.obtainStyledAttributes(
1986 // TypedArray indices
2123 TypedArray a =
2138 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.GridLayout_Layout);
2170 protected void setBaseAttributes(TypedArray attributes, int widthAttr, int heightAttr) {
H A DLinearLayout.java25 import android.content.res.TypedArray;
205 final TypedArray a = context.obtainStyledAttributes(
1912 TypedArray a =
H A DRelativeLayout.java30 import android.content.res.TypedArray;
255 final TypedArray a = context.obtainStyledAttributes(
1242 TypedArray a = c.obtainStyledAttributes(attrs,
H A DFastScroller.java28 import android.content.res.TypedArray;
336 final TypedArray ta = context.obtainStyledAttributes(null,
H A DHorizontalScrollView.java21 import android.content.res.TypedArray;
162 final TypedArray a = context.obtainStyledAttributes(
H A DPopupWindow.java23 import android.content.res.TypedArray;
222 final TypedArray a = context.obtainStyledAttributes(
H A DProgressBar.java28 import android.content.res.TypedArray;
264 final TypedArray a = context.obtainStyledAttributes(
/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java20 import android.content.res.TypedArray;
224 final TypedArray a = mContext.obtainStyledAttributes(null,
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java21 import android.content.res.TypedArray;
459 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SlidingTab);
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java42 import android.content.res.TypedArray;
430 TypedArray sa = res
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java36 import android.content.res.TypedArray;
652 TypedArray a = mContext.obtainStyledAttributes(mAttrs,
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java466 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) {
471 public TypedArray obtainTypedArray(int id) throws NotFoundException {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java28 import android.content.res.TypedArray;
643 TypedArray ta = activity.getTheme().obtainStyledAttributes(new int[] {
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java21 import android.content.res.TypedArray;
294 final TypedArray a = context.obtainStyledAttributes(attrs, LAYOUT_ATTRS);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertController.java21 import android.content.res.TypedArray;
174 TypedArray a = context.obtainStyledAttributes(null, R.styleable.AlertDialog,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
H A DWindowDecorActionBar.java24 import android.content.res.TypedArray;
224 final TypedArray a = mContext.obtainStyledAttributes(null,
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java20 import android.content.res.TypedArray;
230 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ListPopupWindow,
H A DSwitchCompat.java23 import android.content.res.TypedArray;
237 TypedArray appearance = context.obtainStyledAttributes(resid, R.styleable.TextAppearance);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java20 import android.content.res.TypedArray;
237 // TypedArray indices
266 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.GridLayout);
1881 // TypedArray indices
2017 TypedArray a =
2032 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.GridLayout_Layout);
2064 protected void setBaseAttributes(TypedArray attributes, int widthAttr, int heightAttr) {
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java21 import android.content.res.TypedArray;
171 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CoordinatorLayout,
2209 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedActionsStylist.java24 import android.content.res.TypedArray;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java28 import android.content.res.TypedArray;
261 TypedArray mThemeAttrs;
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java29 import android.content.res.TypedArray;
114 TypedArray mThemeAttrs;
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java19 import android.content.res.TypedArray;
640 TypedArray windowStyle = obtainStyledAttributes(

Completed in 3536 milliseconds

<<11121314