Home
last modified time | relevance | path

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

/external/robolectric/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
136 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withValue() local
146 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withoutValue() local
154 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withNullValue() local
[all …]
DShadowAssetManagerTest.java71 TypedArray typedArray = in multiFormatAttributes_integerDecimalValue() local
83 TypedArray typedArray = in multiFormatAttributes_integerHexValue() local
95 TypedArray typedArray = in multiFormatAttributes_stringValue() local
107 TypedArray typedArray = in multiFormatAttributes_booleanValue() local
DShadowResourcesTest.java158 TypedArray typedArray = in obtainStyledAttributes_shouldCheckXmlFirst_fromAttributeSetBuilder() local
174 TypedArray typedArray = in obtainAttributes() local
191 TypedArray typedArray = resources.obtainAttributes(attributeSet, new int[] {android.R.attr.id}); in obtainAttributes_shouldUseReferencedIdFromAttributeSet() local
203 TypedArray typedArray = in obtainAttributes_shouldReturnValuesFromAttributeSet() local
227 TypedArray typedArray = in obtainStyledAttributesShouldCheckXmlFirst_andFollowReferences() local
DShadowThemeTest.java253 TypedArray typedArray = resources.newTheme().obtainStyledAttributes( in dimenRef() local
263 TypedArray typedArray = resources.newTheme().obtainStyledAttributes( in dimenRefRef() local
271 TypedArray typedArray = theme.obtainStyledAttributes(R.style.StyleA, new int[]{R.attr.string1}); in obtainStyledAttributes_shouldFindAttributeInDefaultStyle() local
DShadowContextTest.java287 …TypedArray typedArray = context.obtainStyledAttributes(roboAttributeSet, new int[]{R.attr.quitKeyC… in obtainStyledAttributes_shouldExtractAttributesFromAttributeSet() local
/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/views/
DMarquee.kt25 val typedArray = context.obtainStyledAttributes(it, R.styleable.Marquee, 0, 0) in <lambda>() constant
DControlBarItemToggleView.kt31 … val typedArray = context.obtainStyledAttributes(it, R.styleable.ControlBarItemToggleView, 0, 0) in <lambda>() constant
/external/setupcompat/main/java/com/google/android/setupcompat/template/
DSystemNavBarMixin.java96 TypedArray typedArray = in applyPartnerCustomizations() local
248 TypedArray typedArray = in showSystemBars() local
/external/perfetto/ui/src/base/
Darray_buffer_builder.ts84 const typedArray = new Uint8Array(buffer); constant
/external/setupdesign/main/src/com/google/android/setupdesign/transition/
DTransitionHelper.java258 TypedArray typedArray = in applyForwardTransition() local
379 TypedArray typedArray = in applyBackwardTransition() local
/external/robolectric/integration_tests/memoryleaks/src/test/java/org/robolectric/integrationtests/memoryleaks/
DBaseMemoryLeaksTest.java168 TypedArray typedArray = context.obtainStyledAttributes(new int[] {}); in typedArrayData() local
/external/mockito/src/main/java/org/mockito/internal/util/collections/
DHashCodeAndEqualsSafeSet.java110 public <T> T[] toArray(T[] typedArray) { in toArray()
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/content/res/
DResourcesTest.java181 TypedArray typedArray = resources.obtainTypedArray(R.array.typed_array_with_resource_id); in withIdReferenceEntry_obtainTypedArray() local
710 TypedArray typedArray = in obtainAttributes_shouldReturnValuesFromResources() local
777 TypedArray typedArray = context.getTheme().obtainStyledAttributes(attributeSet, new int[] { in obtainStyledAttributes_shouldCheckXmlFirst_fromXmlLoadedFromResources() local
DThemeTest.java270 TypedArray typedArray = in shouldFindInheritedAndroidAttributeInTheme() local
/external/setupdesign/main/src/com/google/android/setupdesign/items/
DRecyclerItemAdapter.java119 final TypedArray typedArray = in onCreateViewHolder() local
/external/skia/modules/canvaskit/
Dmemory.js26 CanvasKit.Malloc = function(typedArray, len) { argument
/external/setupcompat/main/java/com/google/android/setupcompat/util/
DSystemBarHelper.java192 final TypedArray typedArray = in showSystemBars() local