/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTypedArrayTest.java | 48 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 …]
|
D | ShadowAssetManagerTest.java | 73 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
|
D | ShadowResourcesTest.java | 161 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
|
D | ShadowThemeTest.java | 284 TypedArray typedArray = in dimenRef() local 298 TypedArray typedArray = in dimenRefRef() local 308 TypedArray typedArray = in obtainStyledAttributes_shouldFindAttributeInDefaultStyle() local
|
D | ShadowContextTest.java | 294 TypedArray typedArray = in obtainStyledAttributes_shouldExtractAttributesFromAttributeSet() local
|
/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/views/ |
D | Marquee.kt | 25 val typedArray = context.obtainStyledAttributes(it, R.styleable.Marquee, 0, 0) in <lambda>() constant
|
D | ControlBarItemToggleView.kt | 31 … val typedArray = context.obtainStyledAttributes(it, R.styleable.ControlBarItemToggleView, 0, 0) in <lambda>() constant
|
/external/setupcompat/main/java/com/google/android/setupcompat/template/ |
D | SystemNavBarMixin.java | 96 TypedArray typedArray = in applyPartnerCustomizations() local 248 TypedArray typedArray = in showSystemBars() local
|
/external/perfetto/ui/src/base/ |
D | array_buffer_builder.ts | 83 const typedArray = new Uint8Array(buffer); constant
|
/external/setupdesign/main/src/com/google/android/setupdesign/transition/ |
D | TransitionHelper.java | 259 TypedArray typedArray = in applyForwardTransition() local 380 TypedArray typedArray = in applyBackwardTransition() local
|
/external/robolectric/integration_tests/memoryleaks/src/test/java/org/robolectric/integrationtests/memoryleaks/ |
D | BaseMemoryLeaksTest.java | 170 TypedArray typedArray = context.obtainStyledAttributes(new int[] {}); in typedArrayData() local
|
/external/mockito/src/main/java/org/mockito/internal/util/collections/ |
D | HashCodeAndEqualsSafeSet.java | 111 public <T> T[] toArray(T[] typedArray) { in toArray()
|
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/content/res/ |
D | ResourcesTest.java | 177 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
|
D | ThemeTest.java | 266 TypedArray typedArray = in shouldFindInheritedAndroidAttributeInTheme() local
|
/external/setupcompat/main/java/com/google/android/setupcompat/util/ |
D | SystemBarHelper.java | 192 final TypedArray typedArray = in showSystemBars() local
|
/external/skia/modules/canvaskit/ |
D | memory.js | 26 CanvasKit.Malloc = function(typedArray, len) { argument
|
/external/setupdesign/main/src/com/google/android/setupdesign/items/ |
D | RecyclerItemAdapter.java | 130 final TypedArray typedArray = in onCreateViewHolder() local
|