Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTypedArrayTest.java45 TypedArray typedArray = context.obtainStyledAttributes( in getInt_withFlags_shouldReturnValue() local
60 TypedArray typedArray = context.obtainStyledAttributes( in getResourceId_shouldReturnActualValue() local
75 TypedArray typedArray = context.obtainStyledAttributes( in getFraction_shouldReturnGivenValue() local
90 TypedArray typedArray = context.obtainStyledAttributes( in getDimension_shouldReturnGivenValue() local
100 TypedArray typedArray = context.obtainStyledAttributes( in getDrawable_withExplicitColorValue_shouldReturnColorDrawable() local
110 TypedArray typedArray = context.obtainStyledAttributes( in getTextArray_whenNoSuchAttribute_shouldReturnNull() local
120 TypedArray typedArray = context.obtainStyledAttributes( in getTextArray_shouldReturnValues() local
129 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withValue() local
138 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withoutValue() local
145 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withNullValue() local
[all …]
DShadowAssetManagerTest.java184 TypedArray typedArray = in multiFormatAttributes_integerDecimalValue() local
195 TypedArray typedArray = in multiFormatAttributes_integerHexValue() local
206 TypedArray typedArray = in multiFormatAttributes_stringValue() local
217 TypedArray typedArray = in multiFormatAttributes_booleanValue() local
DShadowResourcesTest.java124 TypedArray typedArray = resources.obtainTypedArray(R.array.typed_array_with_resource_id); in withIdReferenceEntry_obtainTypedArray() local
643 TypedArray typedArray = resources.obtainAttributes(attributeSet, new int[]{android.R.attr.id}); in obtainAttributes_shouldUseReferencedIdFromAttributeSet() local
649 TypedArray typedArray = resources.obtainAttributes(Robolectric.buildAttributeSet() in obtainAttributes() local
681 …TypedArray typedArray = RuntimeEnvironment.application.getTheme().obtainStyledAttributes(attribute… in obtainStyledAttributes_shouldCheckXmlFirst_fromAttributeSetBuilder() local
703 …TypedArray typedArray = RuntimeEnvironment.application.getTheme().obtainStyledAttributes(attribute… in obtainStyledAttributes_shouldCheckXmlFirst_fromXmlLoadedFromResources() local
725 …TypedArray typedArray = RuntimeEnvironment.application.getTheme().obtainStyledAttributes(attribute… in obtainStyledAttributesShouldCheckXmlFirst_andFollowReferences() local
DShadowThemeTest.java363 TypedArray typedArray = theme1.obtainStyledAttributes( in shouldFindInheritedAndroidAttributeInTheme() local
413 TypedArray typedArray = resources.newTheme().obtainStyledAttributes( in dimenRef() local
423 TypedArray typedArray = resources.newTheme().obtainStyledAttributes( in dimenRefRef() local
DShadowContextTest.java263 …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.java30 TypedArray typedArray; in create() local
69 public static void dump(TypedArray typedArray) { in dump()
DShadowResources.java177 TypedArray typedArray = shadowAssetManager.getTypedArrayResource(realResources, id); in obtainTypedArray() local
DShadowAssetManager.java1008 …TypedArray typedArray = ShadowTypedArray.create(resources, attrs, data, indices, nextIndex, string… in attrsToTypedArray() local
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DTypedArrayTest.java18 private android.content.res.TypedArray typedArray; field in TypedArrayTest
/external/mockito/src/main/java/org/mockito/internal/util/collections/
DHashCodeAndEqualsSafeSet.java110 public <T> T[] toArray(T[] typedArray) { in toArray()
/external/v8/src/js/
Dtypedarray.js92 function TypedArrayDefaultConstructor(typedArray) { argument
236 function NAMEConstructByTypedArray(obj, typedArray) { argument