Home
last modified time | relevance | path

Searched defs:typedArray (Results 1 – 12 of 12) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTypedArrayTest.java44 TypedArray typedArray = context.obtainStyledAttributes( in getInt_withFlags_shouldReturnValue() local
59 TypedArray typedArray = context.obtainStyledAttributes( in getResourceId_shouldReturnActualValue() local
75 TypedArray typedArray = context.obtainStyledAttributes( in getFraction_shouldReturnGivenValue() local
91 TypedArray typedArray = context.obtainStyledAttributes( in getDimension_shouldReturnGivenValue() local
101 TypedArray typedArray = context.obtainStyledAttributes( in getDrawable_withExplicitColorValue_shouldReturnColorDrawable() local
112 TypedArray typedArray = context.obtainStyledAttributes( in getTextArray_whenNoSuchAttribute_shouldReturnNull() local
126 TypedArray typedArray = context.obtainStyledAttributes( in getTextArray_shouldReturnValues() local
135 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withValue() local
144 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withoutValue() local
151 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withNullValue() local
[all …]
DShadowResourcesTest.java114 TypedArray typedArray = resources.obtainAttributes(attributeSet, new int[]{android.R.attr.id}); in obtainAttributes_shouldUseReferencedIdFromAttributeSet() local
121 TypedArray typedArray = resources.obtainAttributes(Robolectric.buildAttributeSet() in obtainAttributes() local
136 TypedArray typedArray = resources in obtainAttributes_shouldReturnValuesFromAttributeSet() local
154 TypedArray typedArray = resources in obtainAttributes_shouldReturnValuesFromResources() local
175 TypedArray typedArray = in obtainStyledAttributes_shouldCheckXmlFirst_fromAttributeSetBuilder() local
204 TypedArray typedArray = in obtainStyledAttributesShouldCheckXmlFirst_andFollowReferences() local
DShadowAssetManagerTest.java136 TypedArray typedArray = in multiFormatAttributes_integerDecimalValue() local
148 TypedArray typedArray = in multiFormatAttributes_integerHexValue() local
160 TypedArray typedArray = in multiFormatAttributes_stringValue() local
172 TypedArray typedArray = in multiFormatAttributes_booleanValue() local
DShadowThemeTest.java241 TypedArray typedArray = resources.newTheme().obtainStyledAttributes( in dimenRef() local
251 TypedArray typedArray = resources.newTheme().obtainStyledAttributes( in dimenRefRef() local
258 TypedArray typedArray = theme.obtainStyledAttributes(R.style.StyleA, new int[]{R.attr.string1}); in obtainStyledAttributes_shouldFindAttributeInDefaultStyle() local
DShadowContextTest.java266 …TypedArray typedArray = context.obtainStyledAttributes(roboAttributeSet, new int[]{R.attr.quitKeyC… in obtainStyledAttributes_shouldExtractAttributesFromAttributeSet() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTypedArray.java36 TypedArray typedArray; in create() local
85 public static void dump(TypedArray typedArray) { in dump()
DShadowResources.java188 TypedArray typedArray = shadowAssetManager.getTypedArrayResource(realResources, id); in obtainTypedArray() local
DShadowLegacyAssetManager.java1219 …TypedArray typedArray = ShadowTypedArray.create(resources, attrs, data, indices, nextIndex, string… in attrsToTypedArray() local
/external/setupcompat/main/java/com/google/android/setupcompat/template/
DSystemNavBarMixin.java203 TypedArray typedArray = in showSystemBars() local
/external/mockito/src/main/java/org/mockito/internal/util/collections/
DHashCodeAndEqualsSafeSet.java110 public <T> T[] toArray(T[] typedArray) { in toArray()
/external/setupdesign/main/src/com/google/android/setupdesign/items/
DRecyclerItemAdapter.java110 final TypedArray typedArray = in onCreateViewHolder() local
/external/setupcompat/main/java/com/google/android/setupcompat/util/
DSystemBarHelper.java193 final TypedArray typedArray = in showSystemBars() local