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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Launcher3/src/com/android/launcher3/util/
Themes.java 35 TypedArray ta = context.obtainStyledAttributes(new int[]{attr});
42 TypedArray ta = context.obtainStyledAttributes(new int[]{attr});
49 TypedArray ta = context.obtainStyledAttributes(new int[]{attr});
59 TypedArray ta = context.obtainStyledAttributes(new int[]{attr});
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContext.java 63 public final TypedArray obtainStyledAttributes(
65 return getTheme().obtainStyledAttributes(attrs);
69 public final TypedArray obtainStyledAttributes(
71 return getTheme().obtainStyledAttributes(resid, attrs);
75 public final TypedArray obtainStyledAttributes(
77 return getTheme().obtainStyledAttributes(set, attrs, 0, 0);
81 public final TypedArray obtainStyledAttributes(
83 return getTheme().obtainStyledAttributes(
ShadowResources.java 218 public TypedArray obtainStyledAttributes(int[] attrs) {
219 return obtainStyledAttributes(0, attrs);
223 public TypedArray obtainStyledAttributes(int resid, int[] attrs) throws android.content.res.Resources.NotFoundException {
224 return obtainStyledAttributes(null, attrs, 0, 0);
228 public TypedArray obtainStyledAttributes(AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) {
  /frameworks/support/design/src/android/support/design/widget/
ThemeUtils.java 29 TypedArray a = context.obtainStyledAttributes(APPCOMPAT_CHECK_ATTRS);
TabItem.java 50 final TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/util/
FallbackThemeWrapperTest.java 51 mThemedContext.obtainStyledAttributes(new int[] {android.R.attr.background});
59 mThemedContext.obtainStyledAttributes(new int[] {android.R.attr.foreground});
67 mThemedContext.obtainStyledAttributes(new int[] {android.R.attr.theme});
  /frameworks/layoutlib/bridge/src/android/content/res/
Resources_Theme_Delegate.java 55 /*package*/ static TypedArray obtainStyledAttributes(
59 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(attrs);
66 /*package*/ static TypedArray obtainStyledAttributes(
71 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(resid,
79 /*package*/ static TypedArray obtainStyledAttributes(
83 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(set,
  /packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/view/
MaxWidthLayout.java 43 initialize(context.obtainStyledAttributes(R.styleable.MaxWidthLayout));
48 initialize(context.obtainStyledAttributes(attrs, R.styleable.MaxWidthLayout));
54 .obtainStyledAttributes(attrs, R.styleable.MaxWidthLayout, defStyleAttr, 0));
  /packages/apps/DeskClock/src/com/android/deskclock/
ThemeUtils.java 61 a = context.obtainStyledAttributes(TEMP_ATTR);
90 a = context.obtainStyledAttributes(TEMP_ATTR);
  /cts/tests/tests/preference2/src/android/preference2/cts/
CustomDialogPreference.java 44 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
ResourceHelper.java 45 TypedArray ta = theme.obtainStyledAttributes(new int[] {attribute});
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
ColoredHeaderMixin.java 40 final TypedArray a = layout.getContext().obtainStyledAttributes(
  /frameworks/support/emoji/core/src/android/support/text/emoji/widget/
EditTextAttributeHelper.java 43 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.EmojiEditText,
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
ResourceHelper.java 45 TypedArray ta = theme.obtainStyledAttributes(new int[] {attribute});
  /frameworks/support/v7/mediarouter/tests/src/android/support/v7/app/
MediaRouteChooserDialogTest.java 62 typedArray = dialog.getContext().obtainStyledAttributes(R.styleable.AppCompatTheme);
68 typedArray = dialog.getContext().obtainStyledAttributes(R.styleable.AppCompatTheme);
75 typedArray = dialog.getContext().obtainStyledAttributes(R.styleable.AppCompatTheme);
81 typedArray = dialog.getContext().obtainStyledAttributes(R.styleable.AppCompatTheme);
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DocumentsSwipeRefreshLayout.java 43 TypedArray a = context.obtainStyledAttributes(COLOR_RES);
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraPreference.java 44 TypedArray a = context.obtainStyledAttributes(
  /packages/apps/Messaging/src/com/android/messaging/ui/
MaxHeightScrollView.java 36 final TypedArray attr = context.obtainStyledAttributes(attrs,
  /packages/apps/Settings/src/com/android/settings/widget/
AspectRatioFrameLayout.java 45 context.obtainStyledAttributes(attrs, R.styleable.AspectRatioFrameLayout);
  /cts/tests/ui/src/android/ui/cts/
WatchPercentageScreenDimenTest.java 58 TypedArray attrs = mContext.obtainStyledAttributes(new int[] {
78 TypedArray attrs = mContext.obtainStyledAttributes(new int[] {
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
InfoButton.kt 31 val typedArray = context.obtainStyledAttributes(attrs, R.styleable.InfoButton,
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
InfoButton.kt 31 val typedArray = context.obtainStyledAttributes(attrs, R.styleable.InfoButton,
  /cts/tests/tests/content/src/android/content/res/cts/
Resources_ThemeTest.java 66 TypedArray testTypedArray = mResTheme.obtainStyledAttributes(attrs);
71 testTypedArray = mResTheme.obtainStyledAttributes(R.raw.testmp3, attrs);
79 testTypedArray =mResTheme.obtainStyledAttributes(set, attrs, 0, 0);
88 final TypedArray ta = mResTheme.obtainStyledAttributes(new int[] { R.attr.testString });
137 TypedArray t = theme.obtainStyledAttributes(new int[] { R.attr.themeBoolean });
149 t = theme.obtainStyledAttributes(new int[] { R.attr.themeBoolean });
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
TintTypedArray.java 53 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set,
55 return new TintTypedArray(context, context.obtainStyledAttributes(set, attrs));
58 public static TintTypedArray obtainStyledAttributes(Context context, AttributeSet set,
61 context.obtainStyledAttributes(set, attrs, defStyleAttr, defStyleRes));
64 public static TintTypedArray obtainStyledAttributes(Context context, int resid, int[] attrs) {
65 return new TintTypedArray(context, context.obtainStyledAttributes(resid, attrs));
  /packages/apps/Settings/src/com/android/settings/search/
XmlParserUtils.java 75 final TypedArray ta = context.obtainStyledAttributes(attrs,
92 final TypedArray ta = context.obtainStyledAttributes(set, attrs);
99 final TypedArray sa = context.obtainStyledAttributes(set, attrs);

Completed in 507 milliseconds

1 2 3 4 5 6 7 8 91011>>