HomeSort by relevance Sort by last modified time
    Searched refs:obtainStyledAttributes (Results 176 - 200 of 428) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/view/animation/
PathInterpolator.java 96 a = theme.obtainStyledAttributes(attrs, R.styleable.PathInterpolator, 0, 0);
ScaleAnimation.java 67 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/base/core/java/android/widget/
AdapterViewFlipper.java 73 final TypedArray a = context.obtainStyledAttributes(attrs,
AnalogClock.java 78 final TypedArray a = context.obtainStyledAttributes(
CalendarView.java 97 final TypedArray a = context.obtainStyledAttributes(
EdgeEffect.java 120 final TypedArray a = context.obtainStyledAttributes(
RadioGroup.java 81 TypedArray attributes = context.obtainStyledAttributes(
TextClock.java 216 final TypedArray a = context.obtainStyledAttributes(
TimePicker.java 82 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 72 final TypedArray a = context.obtainStyledAttributes(
ListMenuItemView.java 62 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java 87 TypedArray a = getContext().obtainStyledAttributes(null, R.styleable.ActionBar,
  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 75 context.obtainStyledAttributes(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PseudoGridView.java 45 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PseudoGridView);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
FadedEdgeDrawHelper.java 60 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.View);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
UserAvatarView.java 55 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 85 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.KeyButtonView,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
FrameworkActionBar.java 159 final TypedArray a = mActionBar.getPopupContext().obtainStyledAttributes(null,
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BaseGridView.java 197 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbBaseGridView);
ImageCardView.java 65 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbImageCardView,
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBar.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ListMenuItemView.java 66 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AbsActionBarView.java 84 TypedArray a = getContext().obtainStyledAttributes(null, R.styleable.ActionBar,
  /frameworks/support/v7/cardview/src/android/support/v7/widget/
CardView.java 203 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CardView, defStyleAttr,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabs.java 123 final TypedArray a = context.obtainStyledAttributes(attrs, ATTRS);

Completed in 2392 milliseconds

1 2 3 4 5 6 78 91011>>