Home
last modified time | relevance | path

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

12345678910>>...22

/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A 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 …]
H A 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
H A 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
H A DShadowThemeTest.java284 TypedArray typedArray = in dimenRef() local
298 TypedArray typedArray = in dimenRefRef() local
308 TypedArray typedArray = in obtainStyledAttributes_shouldFindAttributeInDefaultStyle() local
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/common/preference/
DSwitchPreferenceWithClickableSummary.java53 TypedArray typedArray = in SwitchPreferenceWithClickableSummary() local
63 TypedArray typedArray = in SwitchPreferenceWithClickableSummary() local
72 TypedArray typedArray = in SwitchPreferenceWithClickableSummary() local
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/element/
DCarSystemBarElementFlags.java89 TypedArray typedArray = context.obtainStyledAttributes(attrs, in getStatusBarManagerDisableFlagsFromAttributes() local
132 TypedArray typedArray = context.obtainStyledAttributes(attrs, in getStatusBarManagerDisable2FlagsFromAttributes() local
171 TypedArray typedArray = context.obtainStyledAttributes(attrs, in getDisableForLockTaskModeLockedFromAttributes() local
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
H A DInfoButton.kt31 val typedArray = context.obtainStyledAttributes(attrs, R.styleable.InfoButton, constant
H A DNavigationItem.kt39 val typedArray = context.obtainStyledAttributes(attrs, R.styleable.NavigationItem, constant
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
DInfoButton.kt31 val typedArray = context.obtainStyledAttributes(attrs, R.styleable.InfoButton, constant
DNavigationItem.kt39 val typedArray = context.obtainStyledAttributes(attrs, R.styleable.NavigationItem, constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DDelayableMarqueeTextView.kt42 val typedArray = context.theme.obtainStyledAttributes( constant
/aosp_15_r20/developers/samples/android/ui/text/RoundedBackground-Kotlin/lib/src/main/java/com/android/example/text/styling/roundedbg/
DTextRoundedBgAttributeReader.kt44 val typedArray = context.obtainStyledAttributes( constant
/aosp_15_r20/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DDevicePolicyResourcesUtils.java376 Context context, TypedArray typedArray, int resId) { in isDevicePolicyResource()
400 Context context, TypedArray typedArray, int resId) { in getDevicePolicyResource()
/aosp_15_r20/external/lottie/sample/src/main/kotlin/com/airbnb/lottie/samples/views/
H A DMarquee.kt25 val typedArray = context.obtainStyledAttributes(it, R.styleable.Marquee, 0, 0) in <lambda>() constant
H A DControlBarItemToggleView.kt31 … val typedArray = context.obtainStyledAttributes(it, R.styleable.ControlBarItemToggleView, 0, 0) in <lambda>() constant
/aosp_15_r20/external/setupcompat/main/java/com/google/android/setupcompat/template/
H A DSystemNavBarMixin.java96 TypedArray typedArray = in applyPartnerCustomizations() local
248 TypedArray typedArray = in showSystemBars() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/pm/pkg/component/
H A DComponentParseUtils.java148 public static int flag(int flag, @AttrRes int attribute, TypedArray typedArray) { in flag()
153 TypedArray typedArray) { in flag()
/aosp_15_r20/external/setupdesign/main/src/com/google/android/setupdesign/transition/
H A DTransitionHelper.java259 TypedArray typedArray = in applyForwardTransition() local
380 TypedArray typedArray = in applyBackwardTransition() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DManageEducationView.kt76 val typedArray = in setButtonColor() constant
H A DBubbleOverflow.kt121 val typedArray = in updateBtnTheme() constant
/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/content/res/
H A 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
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/autoresizetext/
DAutoResizeTextView.java77 TypedArray typedArray = context.getTheme().obtainStyledAttributes( in initialize() local
141 private void readAttrs(TypedArray typedArray) { in readAttrs()
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/displayarea/
DDaView.kt107 val typedArray = context.obtainStyledAttributes(attrs, R.styleable.DisplayAreaView) constant
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarButton.java122 TypedArray typedArray = context.obtainStyledAttributes(attrs, in CarSystemBarButton() local
311 protected void setUpIntents(TypedArray typedArray) { in setUpIntents()
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/v34/
DPermissionRationaleViewHandlerImpl.kt273 val typedArray = context.obtainStyledAttributes(intArrayOf(attr)) in getColorStateListForAttr() constant

12345678910>>...22