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

123456

/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.java331 * {@link Resources.Theme#obtainStyledAttributes(int[])}
334 * @see Resources.Theme#obtainStyledAttributes(int[])
336 public final TypedArray obtainStyledAttributes( method in class:Context
338 return getTheme().obtainStyledAttributes(attrs);
343 * {@link Resources.Theme#obtainStyledAttributes(int, int[])}
346 * @see Resources.Theme#obtainStyledAttributes(int, int[])
348 public final TypedArray obtainStyledAttributes( method in class:Context
350 return getTheme().obtainStyledAttributes(resid, attrs);
355 * {@link Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)}
358 * @see Resources.Theme#obtainStyledAttributes(AttributeSe
360 public final TypedArray obtainStyledAttributes( method in class:Context
372 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.java58 TypedArray a = context.obtainStyledAttributes(attrs,
H A DToggleButton.java54 context.obtainStyledAttributes(
/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/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.java66 TypedArray a = mContext.obtainStyledAttributes(null, R.styleable.ActionBar,
/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java159 TypedArray typedArray = context.obtainStyledAttributes(
167 typedArray = context.obtainStyledAttributes(
175 typedArray = context.obtainStyledAttributes(
/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/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationLinearLayout.java59 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.NotificationLinearLayout,
/frameworks/base/services/java/com/android/server/
H A DAttributeCache.java131 pkg.context.obtainStyledAttributes(resId, styleable));

Completed in 899 milliseconds

123456