Searched refs:obtainStyledAttributes (Results 1 - 25 of 176) sorted by relevance

12345678

/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java37 /*package*/ static TypedArray obtainStyledAttributes( method in class:Resources_Theme_Delegate
40 return RenderSessionImpl.getCurrentContext().obtainStyledAttributes(attrs);
44 /*package*/ static TypedArray obtainStyledAttributes( method in class:Resources_Theme_Delegate
48 return RenderSessionImpl.getCurrentContext().obtainStyledAttributes(resid, attrs);
52 /*package*/ static TypedArray obtainStyledAttributes( method in class:Resources_Theme_Delegate
55 return RenderSessionImpl.getCurrentContext().obtainStyledAttributes(
/frameworks/base/core/java/android/view/animation/
H A DCycleInterpolator.java35 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.CycleInterpolator);
H A DAccelerateInterpolator.java52 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.AccelerateInterpolator);
H A DAnticipateInterpolator.java43 TypedArray a = context.obtainStyledAttributes(attrs,
H A DDecelerateInterpolator.java45 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.DecelerateInterpolator);
H A DOvershootInterpolator.java44 TypedArray a = context.obtainStyledAttributes(attrs,
H A DAlphaAnimation.java43 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.AlphaAnimation);
H A DAnticipateOvershootInterpolator.java59 TypedArray a = context.obtainStyledAttributes(attrs, AnticipateOvershootInterpolator);
H A DRotateAnimation.java51 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/content/
H A DContext.java382 * {@link Resources.Theme#obtainStyledAttributes(int[])}
385 * @see Resources.Theme#obtainStyledAttributes(int[])
387 public final TypedArray obtainStyledAttributes( method in class:Context
389 return getTheme().obtainStyledAttributes(attrs);
394 * {@link Resources.Theme#obtainStyledAttributes(int, int[])}
397 * @see Resources.Theme#obtainStyledAttributes(int, int[])
399 public final TypedArray obtainStyledAttributes( method in class:Context
401 return getTheme().obtainStyledAttributes(resid, attrs);
406 * {@link Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)}
409 * @see Resources.Theme#obtainStyledAttributes(AttributeSe
411 public final TypedArray obtainStyledAttributes( method in class:Context
423 public final TypedArray obtainStyledAttributes( method in class:Context
[all...]
/frameworks/base/core/java/android/preference/
H A DCheckBoxPreference.java40 TypedArray a = context.obtainStyledAttributes(attrs,
H A DPreferenceFrameLayout.java50 TypedArray a = context.obtainStyledAttributes(attrs,
134 TypedArray a = c.obtainStyledAttributes(attrs,
H A DSwitchPreference.java68 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/widget/
H A DTwoLineListItem.java62 TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/base/core/java/com/android/internal/view/menu/
H A DExpandedMenuView.java47 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.MenuView, 0, 0);
/frameworks/base/core/java/com/android/internal/widget/
H A DDialogTitle.java58 final TypedArray a = mContext.obtainStyledAttributes(null,
H A DWeightedLinearLayout.java46 context.obtainStyledAttributes(attrs, styleable.WeightedLinearLayout);
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestViewDrawText.java44 final TypedArray a = context.obtainStyledAttributes(attrs,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DActionBarPolicy.java63 TypedArray a = mContext.obtainStyledAttributes(null, R.styleable.ActionBar,
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DCompatTextView.java49 .obtainStyledAttributes(attrs, R.styleable.CompatTextView, defStyle, 0);
/frameworks/base/core/java/android/transition/
H A DTransitionInflater.java154 TypedArray a = mContext.obtainStyledAttributes(attrs,
174 TypedArray a = mContext.obtainStyledAttributes(attrs,
224 TypedArray a = mContext.obtainStyledAttributes(attrs,
247 mContext.obtainStyledAttributes(attrs, com.android.internal.R.styleable.Transition);
299 TypedArray a = mContext.obtainStyledAttributes(attrs,
/frameworks/base/core/java/android/view/
H A DViewStub.java101 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ViewStub,
109 a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.View, defStyle, 0);
/frameworks/base/core/java/com/android/internal/view/
H A DActionBarPolicy.java67 TypedArray a = mContext.obtainStyledAttributes(null, R.styleable.ActionBar,
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java122 TypedArray a = c.obtainStyledAttributes(attrs,
164 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.PropertyAnimator);
186 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.Animator);
/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java170 TypedArray typedArray = context.obtainStyledAttributes(
178 typedArray = context.obtainStyledAttributes(
186 typedArray = context.obtainStyledAttributes(

Completed in 393 milliseconds

12345678