HomeSort by relevance Sort by last modified time
    Searched defs:obtainAttributes (Results 1 - 25 of 70) sorted by null

1 2 3

  /frameworks/support/compat/src/main/java/androidx/core/content/res/
TypedArrayUtils.java 186 public static TypedArray obtainAttributes(@NonNull Resources res,
189 return res.obtainAttributes(set, attrs);
  /frameworks/base/test-mock/src/android/test/mock/
MockResources.java 189 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) {
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/content/res/
AppCompatColorStateListInflater.java 114 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.ColorStateListItem);
163 private static TypedArray obtainAttributes(Resources res, Resources.Theme theme,
165 return theme == null ? res.obtainAttributes(set, attrs)
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowAssetManagerTest.java 185 resources.obtainAttributes(attributeSet, new int[] {R.attr.multiformat});
196 resources.obtainAttributes(attributeSet, new int[] {R.attr.multiformat});
207 resources.obtainAttributes(attributeSet, new int[] {R.attr.multiformat});
218 resources.obtainAttributes(attributeSet, new int[] {R.attr.multiformat});
232 resources.obtainAttributes(mockAttributeSet, new int[]{android.R.attr.windowBackground});
ShadowResourcesTest.java 643 TypedArray typedArray = resources.obtainAttributes(attributeSet, new int[]{android.R.attr.id});
648 public void obtainAttributes() {
649 TypedArray typedArray = resources.obtainAttributes(Robolectric.buildAttributeSet()
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowResources.java 98 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) {
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
ResourcesWrapper.java 226 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) {
227 return mResources.obtainAttributes(set, attrs);
  /frameworks/layoutlib/bridge/src/android/content/res/
Resources_Delegate.java 519 static TypedArray obtainAttributes(Resources resources, AttributeSet set, int[] attrs) {
524 static TypedArray obtainAttributes(Resources resources, Resources.Theme theme, AttributeSet
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java     [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java     [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java 87 private static TypedArray obtainAttributes(
90 return res.obtainAttributes(set, attrs);
    [all...]
  /prebuilts/sdk/28/optional/
android.test.mock.jar 
  /prebuilts/sdk/current/optional/
android.test.mock.jar 
  /prebuilts/sdk/system_current/optional/
android.test.mock.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 

Completed in 491 milliseconds

1 2 3