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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationPagerController.java 279 final TypedArray a = c.obtainStyledAttributes(new int[] {android.R.attr.listDivider});
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
PaneLayout.java 108 context.getTheme().obtainStyledAttributes(attrs, R.styleable.PaneLayout, 0, 0);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 596 public final BridgeTypedArray obtainStyledAttributes(int[] attrs) {
604 public final BridgeTypedArray obtainStyledAttributes(int resid, int[] attrs)
655 public final BridgeTypedArray obtainStyledAttributes(AttributeSet set, int[] attrs) {
656 return obtainStyledAttributes(set, attrs, 0, 0);
660 public BridgeTypedArray obtainStyledAttributes(AttributeSet set, int[] attrs,
    [all...]
  /frameworks/base/core/java/android/app/
SearchableInfo.java 313 TypedArray a = activityContext.obtainStyledAttributes(attr,
403 TypedArray a = activityContext.obtainStyledAttributes(attr,
    [all...]
ActionBar.java     [all...]
FragmentBreadCrumbs.java 103 final TypedArray a = context.obtainStyledAttributes(attrs,
MediaRouteButton.java 86 final TypedArray a = context.obtainStyledAttributes(attrs,
ProgressDialog.java 123 TypedArray a = mContext.obtainStyledAttributes(null,
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 89 final TypedArray a = context.obtainStyledAttributes(
116 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.Theme, 0, 0);
AbsSpinner.java 73 final TypedArray a = context.obtainStyledAttributes(
CalendarView.java 98 final TypedArray a = context.obtainStyledAttributes(
CheckedTextView.java 85 final TypedArray a = context.obtainStyledAttributes(
CompoundButton.java 86 final TypedArray a = context.obtainStyledAttributes(
DayPickerPagerAdapter.java 72 final TypedArray ta = context.obtainStyledAttributes(new int[] {
QuickContactBadge.java 94 TypedArray styledAttributes = mContext.obtainStyledAttributes(R.styleable.Theme);
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java     [all...]
  /frameworks/support/design/src/android/support/design/widget/
CollapsingTextHelper.java 189 TypedArray a = mView.getContext().obtainStyledAttributes(resId, R.styleable.TextAppearance);
204 TypedArray a = mView.getContext().obtainStyledAttributes(resId, R.styleable.TextAppearance);
CollapsingToolbarLayout.java 132 TypedArray a = context.obtainStyledAttributes(attrs,
777 TypedArray a = c.obtainStyledAttributes(attrs,
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BaseCardView.java 153 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbBaseCardView, defStyle, 0);
812 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.lbBaseCardView_Layout);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java 215 TypedArray attributesArray = context.obtainStyledAttributes(attrs,
838 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java 132 final TypedArray keyboardViewAttr = context.obtainStyledAttributes(attrs,
159 final TypedArray keyAttr = context.obtainStyledAttributes(attrs,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesView.java 100 final TypedArray keyboardViewAttr = context.obtainStyledAttributes(attrs,
117 final TypedArray emojiPalettesViewAttr = context.obtainStyledAttributes(attrs,
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 95 context.obtainStyledAttributes(attrs, R.styleable.ApplicationsStackLayout);
  /frameworks/base/core/java/android/content/
RestrictionsManager.java 589 TypedArray a = appContext.obtainStyledAttributes(attrSet,
  /frameworks/base/core/java/android/preference/
DialogPreference.java 75 final TypedArray a = context.obtainStyledAttributes(attrs,

Completed in 1369 milliseconds

1 2 3 4 5 6 7 8 91011>>