/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTypedArrayTest.java | 7 import android.content.res.TypedArray; 44 TypedArray typedArray = context.obtainStyledAttributes( in getInt_withFlags_shouldReturnValue() 59 TypedArray typedArray = context.obtainStyledAttributes( in getResourceId_shouldReturnActualValue() 75 TypedArray typedArray = context.obtainStyledAttributes( in getFraction_shouldReturnGivenValue() 91 TypedArray typedArray = context.obtainStyledAttributes( in getDimension_shouldReturnGivenValue() 101 TypedArray typedArray = context.obtainStyledAttributes( in getDrawable_withExplicitColorValue_shouldReturnColorDrawable() 112 TypedArray typedArray = context.obtainStyledAttributes( in getTextArray_whenNoSuchAttribute_shouldReturnNull() 126 TypedArray typedArray = context.obtainStyledAttributes( in getTextArray_shouldReturnValues() 135 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withValue() 144 TypedArray typedArray = context.obtainStyledAttributes( in hasValue_withoutValue() [all …]
|
D | ShadowResourcesTest.java | 8 import android.content.res.TypedArray; 114 TypedArray typedArray = resources.obtainAttributes(attributeSet, new int[]{android.R.attr.id}); in obtainAttributes_shouldUseReferencedIdFromAttributeSet() 121 TypedArray typedArray = resources.obtainAttributes(Robolectric.buildAttributeSet() in obtainAttributes() 136 TypedArray typedArray = resources in obtainAttributes_shouldReturnValuesFromAttributeSet() 154 TypedArray typedArray = resources in obtainAttributes_shouldReturnValuesFromResources() 175 TypedArray typedArray = in obtainStyledAttributes_shouldCheckXmlFirst_fromAttributeSetBuilder() 204 TypedArray typedArray = in obtainStyledAttributesShouldCheckXmlFirst_andFollowReferences()
|
D | ShadowAssetManagerTest.java | 13 import android.content.res.TypedArray; 136 TypedArray typedArray = in multiFormatAttributes_integerDecimalValue() 148 TypedArray typedArray = in multiFormatAttributes_integerHexValue() 160 TypedArray typedArray = in multiFormatAttributes_stringValue() 172 TypedArray typedArray = in multiFormatAttributes_booleanValue()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowTypedArray.java | 14 import android.content.res.TypedArray; 29 @Implements(TypedArray.class) 31 @RealObject private TypedArray realTypedArray; 35 …public static TypedArray create(Resources realResources, int[] attrs, int[] data, int[] indices, i… in create() 36 TypedArray typedArray; in create() 38 typedArray = ReflectionHelpers.callConstructor(TypedArray.class, in create() 44 typedArray = ReflectionHelpers.callConstructor(TypedArray.class, in create() 61 return directlyOn(realTypedArray, TypedArray.class, "loadStringValueAt", in loadStringValueAt() 68 return directlyOn(realTypedArray, TypedArray.class).getString(index); in getNonResourceString() 73 return directlyOn(realTypedArray, TypedArray.class).getString(index); in getNonConfigurationString() [all …]
|
D | ShadowResources.java | 17 import android.content.res.TypedArray; 85 protected TypedArray obtainAttributes(AttributeSet set, int[] attrs) { in obtainAttributes() 185 protected TypedArray obtainTypedArray(int id) throws Resources.NotFoundException { in obtainTypedArray() 188 TypedArray typedArray = shadowAssetManager.getTypedArrayResource(realResources, id); in obtainTypedArray() 290 protected TypedArray obtainStyledAttributes(int[] attrs) { in obtainStyledAttributes() 295 protected TypedArray obtainStyledAttributes(int resid, int[] attrs) in obtainStyledAttributes() 301 protected TypedArray obtainStyledAttributes( in obtainStyledAttributes()
|
/external/setupdesign/main/src/com/google/android/setupdesign/util/ |
D | PartnerStyleHelper.java | 21 import android.content.res.TypedArray; 116 TypedArray a = context.obtainStyledAttributes(new int[] {R.attr.sucUsePartnerResource}); in shouldApplyPartnerResource() 150 TypedArray a = context.obtainStyledAttributes(new int[] {R.attr.sudUsePartnerHeavyTheme}); in shouldApplyPartnerHeavyThemeResource() 183 TypedArray a = context.obtainStyledAttributes(new int[] {R.attr.sucFullDynamicColor}); in getDynamicColorAttributeFromTheme()
|
D | LayoutStyler.java | 21 import android.content.res.TypedArray; 109 TypedArray a = in applyPartnerCustomizationExtraPaddingStyle()
|
/external/skia/experimental/tskit/bindings/ |
D | memory.ts | 8 export const copy1dArray = (arr: number[] | public_api.TypedArray | null, 19 export const freeIfNecessary = (ptr: number, arr: any[] | public_api.TypedArray): void => {
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | SliderPreference.java | 25 import android.content.res.TypedArray; 52 TypedArray a = context.obtainStyledAttributes(attrs, in SliderPreference() 97 protected Object onGetDefaultValue(TypedArray ta,int index) { in onGetDefaultValue()
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
D | NumberPickerPreference.java | 20 import android.content.res.TypedArray; 45 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.NumberPickerPreference); in NumberPickerPreference() 77 protected Object onGetDefaultValue(TypedArray a, int index) { in onGetDefaultValue()
|
/external/skia/modules/canvaskit/ |
D | WasmCommon.h | 22 using TypedArray = emscripten::val; variable 37 TypedArray MakeTypedArray(int count, const T src[], const char arrayType[]) { in MakeTypedArray()
|
/external/setupcompat/main/java/com/google/android/setupcompat/template/ |
D | SystemNavBarMixin.java | 22 import android.content.res.TypedArray; 81 TypedArray a = in applyPartnerCustomizations() 96 TypedArray typedArray = in applyPartnerCustomizations() 248 TypedArray typedArray = in showSystemBars()
|
D | StatusBarMixin.java | 22 import android.content.res.TypedArray; 86 TypedArray a = in StatusBarMixin()
|
/external/setupdesign/main/src/com/google/android/setupdesign/items/ |
D | ExpandableSwitchItem.java | 21 import android.content.res.TypedArray; 94 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SudExpandableSwitchItem); in ExpandableSwitchItem() 194 final TypedArray a = in tintCompoundDrawables()
|
D | SwitchItem.java | 20 import android.content.res.TypedArray; 62 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SudSwitchItem); in SwitchItem()
|
D | AbstractItemHierarchy.java | 20 import android.content.res.TypedArray; 42 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SudAbstractItem); in AbstractItemHierarchy()
|
D | ButtonItem.java | 21 import android.content.res.TypedArray; 53 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SudButtonItem); in ButtonItem()
|
/external/setupdesign/main/src/com/google/android/setupdesign/view/ |
D | FillContentLayout.java | 20 import android.content.res.TypedArray; 65 TypedArray a = in init()
|
D | IntrinsicSizeFrameLayout.java | 21 import android.content.res.TypedArray; 65 final TypedArray a = in init()
|
D | NavigationBar.java | 21 import android.content.res.TypedArray; 54 TypedArray attributes = in getNavbarTheme()
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | AspectRatioFrameLayout.java | 19 import android.content.res.TypedArray; 114 TypedArray a = context.getTheme().obtainStyledAttributes(attrs, in AspectRatioFrameLayout()
|
/external/setupdesign/main/src/com/google/android/setupdesign/template/ |
D | ProgressBarMixin.java | 20 import android.content.res.TypedArray; 71 final TypedArray a = in ProgressBarMixin()
|
/external/setupcompat/main/java/com/google/android/setupcompat/ |
D | PartnerCustomizationLayout.java | 23 import android.content.res.TypedArray; 103 TypedArray a = in init() 159 TypedArray a = in onBeforeTemplateInflated()
|
/external/setupdesign/main/src/com/google/android/setupdesign/ |
D | DividerItemDecoration.java | 20 import android.content.res.TypedArray; 86 final TypedArray a = context.obtainStyledAttributes(R.styleable.SudDividerItemDecoration); in DividerItemDecoration()
|
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | WaveformView.java | 21 import android.content.res.TypedArray; 48 TypedArray a = context.getTheme().obtainStyledAttributes(attrs, in WaveformView()
|