HomeSort by relevance Sort by last modified time
    Searched refs:TypedArray (Results 226 - 250 of 526) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 22 import android.content.res.TypedArray;
72 final TypedArray a = context.obtainStyledAttributes(
ListMenuItemView.java 20 import android.content.res.TypedArray;
62 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java 31 import android.content.res.TypedArray;
87 TypedArray a = getContext().obtainStyledAttributes(null, R.styleable.ActionBar,
  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 24 import android.content.res.TypedArray;
74 TypedArray a =
  /frameworks/base/graphics/java/android/graphics/drawable/
LevelListDrawable.java 26 import android.content.res.TypedArray;
109 TypedArray a = obtainAttributes(r, theme, attrs,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PseudoGridView.java 22 import android.content.res.TypedArray;
45 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PseudoGridView);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
FadedEdgeDrawHelper.java 20 import android.content.res.TypedArray;
60 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.View);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
UserAvatarView.java 22 import android.content.res.TypedArray;
55 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 23 import android.content.res.TypedArray;
85 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.KeyButtonView,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
FrameworkActionBar.java 31 import android.content.res.TypedArray;
159 final TypedArray a = mActionBar.getPopupContext().obtainStyledAttributes(null,
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BaseGridView.java 17 import android.content.res.TypedArray;
197 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbBaseGridView);
ImageCardView.java 17 import android.content.res.TypedArray;
65 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbImageCardView,
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBar.java 21 import android.content.res.TypedArray;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ListMenuItemView.java 20 import android.content.res.TypedArray;
66 final TypedArray a = context.obtainStyledAttributes(
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AbsActionBarView.java 20 import android.content.res.TypedArray;
84 TypedArray a = getContext().obtainStyledAttributes(null, R.styleable.ActionBar,
  /frameworks/support/v7/cardview/src/android/support/v7/widget/
CardView.java 20 import android.content.res.TypedArray;
203 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CardView, defStyleAttr,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/lettertiles/
LetterTileDrawable.java 20 import android.content.res.TypedArray;
49 private static TypedArray sColors;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabs.java 20 import android.content.res.TypedArray;
123 final TypedArray a = context.obtainStyledAttributes(attrs, ATTRS);
  /packages/apps/Launcher3/src/com/android/launcher3/
PageIndicator.java 21 import android.content.res.TypedArray;
66 TypedArray a = context.obtainStyledAttributes(attrs,
PreloadIconDrawable.java 5 import android.content.res.TypedArray;
63 TypedArray ta = t.obtainStyledAttributes(R.styleable.PreloadIconDrawable);
  /packages/apps/Settings/src/com/android/settings/accessibility/
ListDialogPreference.java 22 import android.content.res.TypedArray;
222 protected Object onGetDefaultValue(TypedArray a, int index) {
  /packages/apps/Settings/src/com/android/settings/voice/
VoiceInputHelper.java 26 import android.content.res.TypedArray;
192 TypedArray array = res.obtainAttributes(attrs,
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 20 import android.content.res.TypedArray;
62 final TypedArray a = context.obtainStyledAttributes(
SwitchBar.java 20 import android.content.res.TypedArray;
76 final TypedArray a = context.obtainStyledAttributes(attrs, MARGIN_ATTRIBUTES);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DreamInfoAction.java 29 import android.content.res.TypedArray;
174 TypedArray sa = res.obtainAttributes(attrs, com.android.internal.R.styleable.Dream);

Completed in 728 milliseconds

1 2 3 4 5 6 7 8 91011>>