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

1 23 4 5 6 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/applications/
LayoutPreference.java 37 final TypedArray a = context.obtainStyledAttributes(
SpacePreference.java 46 final TypedArray a = context.obtainStyledAttributes(attrs,
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/settings/
FancySummaryListPreference.java 43 TypedArray a = context.obtainStyledAttributes(attrs,
  /cts/tests/tests/content/src/android/content/res/cts/
PrimitiveTest.java 36 final TypedArray sa = mContext.obtainStyledAttributes(resid, R.styleable.EnumStyle);
53 final TypedArray sa = mContext.obtainStyledAttributes(resid, R.styleable.FlagStyle);
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 60 contextThemeWrapper.getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
112 TypedArray expectedTa = expected.obtainStyledAttributes(R.styleable.TextAppearance);
ViewGroup_LayoutParamsTest.java 54 TypedArray array = mContext.getTheme().obtainStyledAttributes(R.style.Whatever, attrs);
  /frameworks/base/core/java/android/preference/
PreferenceFrameLayout.java 54 final TypedArray a = context.obtainStyledAttributes(attrs,
138 TypedArray a = c.obtainStyledAttributes(attrs,
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
LayoutInflater_Delegate.java 93 final TypedArray ta = context.obtainStyledAttributes(attrs, ATTRS_THEME);
161 final TypedArray a = context.obtainStyledAttributes(
  /development/samples/Snake/src/com/example/android/snake/
BackgroundView.java 47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BackgroundView);
  /frameworks/base/core/java/android/view/animation/
AnticipateOvershootInterpolator.java 75 a = theme.obtainStyledAttributes(attrs, AnticipateOvershootInterpolator, 0, 0);
  /frameworks/base/core/java/com/android/internal/widget/
ButtonBarLayout.java 41 final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.ButtonBarLayout);
WeightedLinearLayout.java 46 context.obtainStyledAttributes(attrs, styleable.WeightedLinearLayout);
  /frameworks/base/tests/SharedLibrary/lib/src/com/google/android/test/shared_library/
AddressView.java 27 TypedArray a = context.getTheme().obtainStyledAttributes(
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
ActionBarPolicy.java 73 TypedArray a = mContext.obtainStyledAttributes(null, R.styleable.ActionBar,
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ExpandedMenuView.java 57 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs, TINT_ATTRS,
  /frameworks/support/v7/preference/src/android/support/v7/internal/widget/
PreferenceImageView.java 45 final TypedArray a = context.obtainStyledAttributes(
  /packages/apps/Camera2/src/com/android/camera/ui/
RadioOptions.java 62 TypedArray a = context.getTheme().obtainStyledAttributes(
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListPinnedHeaderView.java 41 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.ContactListItemView);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
RefcountImageView.java 46 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.RefcountImageView);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
FixedAspectSurfaceView.java 50 context.getTheme().obtainStyledAttributes(attrs,
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayout_LayoutParamsTest.java 76 TypedArray a = mTargetContext.obtainStyledAttributes(attrs,
92 a = mTargetContext.obtainStyledAttributes(attrs, android.R.styleable.ViewGroup_Layout);
107 a = mTargetContext.obtainStyledAttributes(attrs, android.R.styleable.ViewGroup_Layout);
TableRow_LayoutParamsTest.java 119 TypedArray a = mTargetContext.obtainStyledAttributes(attrs,
135 a = mTargetContext.obtainStyledAttributes(attrs, android.R.styleable.ViewGroup_Layout);
150 a = mTargetContext.obtainStyledAttributes(attrs, android.R.styleable.ViewGroup_Layout);
  /frameworks/base/core/java/android/text/style/
SuggestionSpan.java 170 TypedArray typedArray = context.obtainStyledAttributes(
178 typedArray = context.obtainStyledAttributes(
186 typedArray = context.obtainStyledAttributes(
  /cts/tests/tests/preference2/src/android/preference2/cts/
CustomPreference.java 48 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 52 context.getTheme().obtainStyledAttributes(attrs,

Completed in 1431 milliseconds

1 23 4 5 6 7 8 91011>>