HomeSort by relevance Sort by last modified time
    Searched refs:obtainStyledAttributes (Results 51 - 75 of 639) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
PluginInflateContainer.java 61 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PluginInflateContainer);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerSwitch.java 22 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TunerSwitch);
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestViewDrawText.java 44 final TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
HeaderMixin.java 45 final TypedArray a = layout.getContext().obtainStyledAttributes(
IconMixin.java 45 context.obtainStyledAttributes(attrs, R.styleable.SuwIconMixin, defStyleAttr, 0);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
VerticalGridView.java 58 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbVerticalGridView);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatCheckedTextView.java 56 TintTypedArray a = TintTypedArray.obtainStyledAttributes(getContext(), attrs,
AppCompatTextHelperV17.java 43 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AppCompatTextHelper,
DialogTitle.java 64 final TypedArray a = getContext().obtainStyledAttributes(null,
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListPinnedHeaderView.java 41 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.ContactListItemView);
  /packages/apps/Dialer/java/com/android/dialer/widget/
ResizingTextEditText.java 34 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResizingText);
ResizingTextTextView.java 34 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResizingText);
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
FixedAspectSurfaceView.java 47 context.getTheme().obtainStyledAttributes(attrs, R.styleable.FixedAspectSurfaceView, 0, 0);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
CenteredLinearLayout.java 33 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.CenteredLinearLayout);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryTrack.java 55 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.CategoryTrack);
  /packages/apps/Launcher2/src/com/android/launcher2/
DrawableStateProxyView.java 45 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DrawableStateProxyView,
HandleView.java 46 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HandleView, defStyle, 0);
HolographicLinearLayout.java 47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HolographicLinearLayout,
  /packages/apps/PhoneCommon/src/com/android/phone/common/widget/
ResizingTextEditText.java 37 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResizingText);
ResizingTextTextView.java 37 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResizingText);
  /packages/apps/Settings/src/com/android/settings/
DividerPreference.java 31 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DividerPreference, 0, 0);
TintablePreference.java 34 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TintablePreference);
  /packages/apps/Settings/src/com/android/settings/applications/
SpacePreference.java 49 final TypedArray a = context.obtainStyledAttributes(attrs,
  /packages/apps/Settings/src/com/android/settings/widget/
FixedLineSummaryPreference.java 35 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.FixedLineSummaryPreference,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
RadioPreference.java 37 context.obtainStyledAttributes(attrs, R.styleable.RadioPreference, 0, 0);

Completed in 1574 milliseconds

1 23 4 5 6 7 8 91011>>