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.java48 TypedArray typedArray = in getInt_withFlags_shouldReturnValue() local
67 TypedArray typedArray = in getResourceId_shouldReturnActualValue() local
86 TypedArray typedArray = in getFraction_shouldReturnGivenValue() local
103 TypedArray typedArray = in getDimension_shouldReturnGivenValue() local
113 TypedArray typedArray = in getDrawable_withExplicitColorValue_shouldReturnColorDrawable() local
126 TypedArray typedArray = in getTextArray_whenNoSuchAttribute_shouldReturnNull() local
142 TypedArray typedArray = in getTextArray_shouldReturnValues() local
154 TypedArray typedArray = in hasValue_withValue() local
165 TypedArray typedArray = context.obtainStyledAttributes(null, new int[] {R.attr.responses}); in hasValue_withoutValue() local
172 TypedArray typedArray = in hasValue_withNullValue() local
[all …]
DShadowAssetManagerTest.java73 TypedArray typedArray = in multiFormatAttributes_integerDecimalValue() local
85 TypedArray typedArray = in multiFormatAttributes_integerHexValue() local
97 TypedArray typedArray = in multiFormatAttributes_stringValue() local
109 TypedArray typedArray = in multiFormatAttributes_booleanValue() local
DShadowResourcesTest.java161 TypedArray typedArray = in obtainStyledAttributes_shouldCheckXmlFirst_fromAttributeSetBuilder() local
177 TypedArray typedArray = in obtainAttributes() local
194 TypedArray typedArray = resources.obtainAttributes(attributeSet, new int[] {android.R.attr.id}); in obtainAttributes_shouldUseReferencedIdFromAttributeSet() local
206 TypedArray typedArray = in obtainAttributes_shouldReturnValuesFromAttributeSet() local
230 TypedArray typedArray = in obtainStyledAttributesShouldCheckXmlFirst_andFollowReferences() local
DShadowThemeTest.java284 TypedArray typedArray = in dimenRef() local
298 TypedArray typedArray = in dimenRefRef() local
308 TypedArray typedArray = in obtainStyledAttributes_shouldFindAttributeInDefaultStyle() local
DShadowContextTest.java294 TypedArray typedArray = 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.ts83 const typedArray = new Uint8Array(buffer); constant
/external/setupdesign/main/src/com/google/android/setupdesign/transition/
DTransitionHelper.java259 TypedArray typedArray = in applyForwardTransition() local
380 TypedArray typedArray = in applyBackwardTransition() local
/external/robolectric/integration_tests/memoryleaks/src/test/java/org/robolectric/integrationtests/memoryleaks/
DBaseMemoryLeaksTest.java170 TypedArray typedArray = context.obtainStyledAttributes(new int[] {}); in typedArrayData() local
/external/mockito/src/main/java/org/mockito/internal/util/collections/
DHashCodeAndEqualsSafeSet.java111 public <T> T[] toArray(T[] typedArray) { in toArray()
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/content/res/
DResourcesTest.java177 TypedArray typedArray = resources.obtainTypedArray(R.array.typed_array_with_resource_id); in withIdReferenceEntry_obtainTypedArray() local
715 TypedArray typedArray = in obtainAttributes_shouldReturnValuesFromResources() local
793 TypedArray typedArray = in obtainStyledAttributes_shouldCheckXmlFirst_fromXmlLoadedFromResources() local
DThemeTest.java266 TypedArray typedArray = in shouldFindInheritedAndroidAttributeInTheme() local
/external/setupcompat/main/java/com/google/android/setupcompat/util/
DSystemBarHelper.java192 final TypedArray typedArray = in showSystemBars() local
/external/skia/modules/canvaskit/
Dmemory.js26 CanvasKit.Malloc = function(typedArray, len) { argument
/external/setupdesign/main/src/com/google/android/setupdesign/items/
DRecyclerItemAdapter.java130 final TypedArray typedArray = in onCreateViewHolder() local