/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTypedArrayTest.java | 44 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 135 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withValue() local 144 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withoutValue() local 151 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withNullValue() local [all …]
|
D | ShadowResourcesTest.java | 114 TypedArray typedArray = resources.obtainAttributes(attributeSet, new int[]{android.R.attr.id}); in obtainAttributes_shouldUseReferencedIdFromAttributeSet() local 121 TypedArray typedArray = resources.obtainAttributes(Robolectric.buildAttributeSet() in obtainAttributes() local 136 TypedArray typedArray = resources in obtainAttributes_shouldReturnValuesFromAttributeSet() local 154 TypedArray typedArray = resources in obtainAttributes_shouldReturnValuesFromResources() local 175 TypedArray typedArray = in obtainStyledAttributes_shouldCheckXmlFirst_fromAttributeSetBuilder() local 204 TypedArray typedArray = in obtainStyledAttributesShouldCheckXmlFirst_andFollowReferences() local
|
D | ShadowAssetManagerTest.java | 136 TypedArray typedArray = in multiFormatAttributes_integerDecimalValue() local 148 TypedArray typedArray = in multiFormatAttributes_integerHexValue() local 160 TypedArray typedArray = in multiFormatAttributes_stringValue() local 172 TypedArray typedArray = in multiFormatAttributes_booleanValue() local
|
D | ShadowThemeTest.java | 241 TypedArray typedArray = resources.newTheme().obtainStyledAttributes( in dimenRef() local 251 TypedArray typedArray = resources.newTheme().obtainStyledAttributes( in dimenRefRef() local 258 TypedArray typedArray = theme.obtainStyledAttributes(R.style.StyleA, new int[]{R.attr.string1}); in obtainStyledAttributes_shouldFindAttributeInDefaultStyle() local
|
D | ShadowContextTest.java | 266 …TypedArray typedArray = context.obtainStyledAttributes(roboAttributeSet, new int[]{R.attr.quitKeyC… in obtainStyledAttributes_shouldExtractAttributesFromAttributeSet() local
|
/external/lottie/LottieSample/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 | 30 … val typedArray = context.obtainStyledAttributes(it, R.styleable.ControlBarItemToggleView, 0, 0) in <lambda>() constant
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowTypedArray.java | 36 TypedArray typedArray; in create() local 85 public static void dump(TypedArray typedArray) { in dump()
|
D | ShadowResources.java | 188 TypedArray typedArray = shadowAssetManager.getTypedArrayResource(realResources, id); in obtainTypedArray() local
|
D | ShadowLegacyAssetManager.java | 1219 …TypedArray typedArray = ShadowTypedArray.create(resources, attrs, data, indices, nextIndex, string… in attrsToTypedArray() local
|
/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/setupdesign/main/src/com/google/android/setupdesign/transition/ |
D | TransitionHelper.java | 215 TypedArray typedArray = in applyForwardTransition() local 317 TypedArray typedArray = in applyBackwardTransition() local
|
/external/mockito/src/main/java/org/mockito/internal/util/collections/ |
D | HashCodeAndEqualsSafeSet.java | 110 public <T> T[] toArray(T[] typedArray) { in toArray()
|
/external/setupdesign/main/src/com/google/android/setupdesign/items/ |
D | RecyclerItemAdapter.java | 119 final TypedArray typedArray = in onCreateViewHolder() local
|
/external/skia/modules/canvaskit/ |
D | memory.js | 26 CanvasKit.Malloc = function(typedArray, len) { argument
|
/external/setupcompat/main/java/com/google/android/setupcompat/util/ |
D | SystemBarHelper.java | 192 final TypedArray typedArray = in showSystemBars() local
|