Searched defs:typedArray (Results 1 – 11 of 11) sorted by relevance
45 TypedArray typedArray = context.obtainStyledAttributes( in getInt_withFlags_shouldReturnValue() local60 TypedArray typedArray = context.obtainStyledAttributes( in getResourceId_shouldReturnActualValue() local75 TypedArray typedArray = context.obtainStyledAttributes( in getFraction_shouldReturnGivenValue() local90 TypedArray typedArray = context.obtainStyledAttributes( in getDimension_shouldReturnGivenValue() local100 TypedArray typedArray = context.obtainStyledAttributes( in getDrawable_withExplicitColorValue_shouldReturnColorDrawable() local110 TypedArray typedArray = context.obtainStyledAttributes( in getTextArray_whenNoSuchAttribute_shouldReturnNull() local120 TypedArray typedArray = context.obtainStyledAttributes( in getTextArray_shouldReturnValues() local129 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withValue() local138 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withoutValue() local145 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withNullValue() local[all …]
184 TypedArray typedArray = in multiFormatAttributes_integerDecimalValue() local195 TypedArray typedArray = in multiFormatAttributes_integerHexValue() local206 TypedArray typedArray = in multiFormatAttributes_stringValue() local217 TypedArray typedArray = in multiFormatAttributes_booleanValue() local
124 TypedArray typedArray = resources.obtainTypedArray(R.array.typed_array_with_resource_id); in withIdReferenceEntry_obtainTypedArray() local643 TypedArray typedArray = resources.obtainAttributes(attributeSet, new int[]{android.R.attr.id}); in obtainAttributes_shouldUseReferencedIdFromAttributeSet() local649 TypedArray typedArray = resources.obtainAttributes(Robolectric.buildAttributeSet() in obtainAttributes() local681 …TypedArray typedArray = RuntimeEnvironment.application.getTheme().obtainStyledAttributes(attribute… in obtainStyledAttributes_shouldCheckXmlFirst_fromAttributeSetBuilder() local703 …TypedArray typedArray = RuntimeEnvironment.application.getTheme().obtainStyledAttributes(attribute… in obtainStyledAttributes_shouldCheckXmlFirst_fromXmlLoadedFromResources() local725 …TypedArray typedArray = RuntimeEnvironment.application.getTheme().obtainStyledAttributes(attribute… in obtainStyledAttributesShouldCheckXmlFirst_andFollowReferences() local
363 TypedArray typedArray = theme1.obtainStyledAttributes( in shouldFindInheritedAndroidAttributeInTheme() local413 TypedArray typedArray = resources.newTheme().obtainStyledAttributes( in dimenRef() local423 TypedArray typedArray = resources.newTheme().obtainStyledAttributes( in dimenRefRef() local
263 …TypedArray typedArray = context.obtainStyledAttributes(roboAttributeSet, new int[]{R.attr.quitKeyC… in obtainStyledAttributes_shouldExtractAttributesFromAttributeSet() local
30 TypedArray typedArray; in create() local69 public static void dump(TypedArray typedArray) { in dump()
177 TypedArray typedArray = shadowAssetManager.getTypedArrayResource(realResources, id); in obtainTypedArray() local
1008 …TypedArray typedArray = ShadowTypedArray.create(resources, attrs, data, indices, nextIndex, string… in attrsToTypedArray() local
18 private android.content.res.TypedArray typedArray; field in TypedArrayTest
110 public <T> T[] toArray(T[] typedArray) { in toArray()
92 function TypedArrayDefaultConstructor(typedArray) { argument236 function NAMEConstructByTypedArray(obj, typedArray) { argument