/frameworks/base/core/java/android/view/animation/ |
AnticipateOvershootInterpolator.java | 59 TypedArray a = context.obtainStyledAttributes(attrs, AnticipateOvershootInterpolator);
|
/frameworks/base/core/java/android/widget/ |
TwoLineListItem.java | 62 TypedArray a = context.obtainStyledAttributes(attrs,
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ExpandedMenuView.java | 47 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.MenuView, 0, 0);
|
/frameworks/base/core/java/com/android/internal/widget/ |
DialogTitle.java | 58 final TypedArray a = mContext.obtainStyledAttributes(null,
|
WeightedLinearLayout.java | 46 context.obtainStyledAttributes(attrs, styleable.WeightedLinearLayout);
|
/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
BiDiTestViewDrawText.java | 44 final TypedArray a = context.obtainStyledAttributes(attrs,
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/ |
ActionBarPolicy.java | 63 TypedArray a = mContext.obtainStyledAttributes(null, R.styleable.ActionBar,
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
CompatTextView.java | 49 .obtainStyledAttributes(attrs, R.styleable.CompatTextView, defStyle, 0);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ |
CenteredLinearLayout.java | 33 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.CenteredLinearLayout);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
CategoryTrack.java | 55 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.CategoryTrack);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DrawableStateProxyView.java | 45 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DrawableStateProxyView,
|
HandleView.java | 46 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HandleView, defStyle, 0);
|
HolographicLinearLayout.java | 47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HolographicLinearLayout,
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DrawableStateProxyView.java | 43 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DrawableStateProxyView,
|
HolographicImageView.java | 48 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HolographicLinearLayout,
|
/packages/apps/Settings/src/com/android/settings/ |
IconPreferenceScreen.java | 42 TypedArray a = context.obtainStyledAttributes(attrs,
|
/frameworks/base/core/java/android/transition/ |
TransitionInflater.java | 138 TypedArray a = mContext.obtainStyledAttributes(attrs, 158 TypedArray a = mContext.obtainStyledAttributes(attrs, 208 TypedArray a = mContext.obtainStyledAttributes(attrs, 231 mContext.obtainStyledAttributes(attrs, com.android.internal.R.styleable.Transition); 283 TypedArray a = mContext.obtainStyledAttributes(attrs,
|
/cts/tests/tests/content/src/android/content/res/cts/ |
PrimitiveTest.java | 36 final TypedArray sa = mContext.obtainStyledAttributes(resid, R.styleable.EnumStyle); 53 final TypedArray sa = mContext.obtainStyledAttributes(resid, R.styleable.FlagStyle);
|
/cts/tests/tests/view/src/android/view/cts/ |
ContextThemeWrapperTest.java | 60 contextThemeWrapper.getTheme().obtainStyledAttributes(R.styleable.TextAppearance); 112 TypedArray expectedTa = expected.obtainStyledAttributes(R.styleable.TextAppearance);
|
ViewGroup_LayoutParamsTest.java | 55 TypedArray array = mContext.getTheme().obtainStyledAttributes(R.style.Whatever, attrs);
|
/frameworks/base/core/java/android/preference/ |
PreferenceFrameLayout.java | 50 TypedArray a = context.obtainStyledAttributes(attrs, 134 TypedArray a = c.obtainStyledAttributes(attrs,
|
/frameworks/base/core/java/android/view/ |
ViewStub.java | 101 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ViewStub, 109 a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.View, defStyle, 0);
|
/development/samples/Snake/src/com/example/android/snake/ |
BackgroundView.java | 47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BackgroundView);
|
/frameworks/base/core/java/com/android/internal/view/ |
ActionBarPolicy.java | 67 TypedArray a = mContext.obtainStyledAttributes(null, R.styleable.ActionBar,
|
/cts/tests/tests/widget/src/android/widget/cts/ |
TableLayout_LayoutParamsTest.java | 77 TypedArray a = mTargetContext.obtainStyledAttributes(attrs, R.styleable.ViewGroup_Layout); 92 a = mTargetContext.obtainStyledAttributes(attrs, R.styleable.ViewGroup_Layout); 107 a = mTargetContext.obtainStyledAttributes(attrs, R.styleable.ViewGroup_Layout);
|