/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | DelayableMarqueeTextView.kt | 42 val typedArray = context.theme.obtainStyledAttributes( regex
|
/aosp14/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/view/ |
H A D | TestTextView.java | 40 TypedArray typedArray = theme.obtainStyledAttributes(attrs, testResources, defStyleAttr, in TestTextView() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/ |
H A D | ComponentParseUtils.java | 147 public static int flag(int flag, @AttrRes int attribute, TypedArray typedArray) { in flag() 152 TypedArray typedArray) { in flag()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
H A D | BubbleBarMenuItemView.java | 66 final TypedArray typedArray = getContext().obtainStyledAttributes( in update() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | ManageEducationView.kt | 74 val typedArray = mContext.obtainStyledAttributes(intArrayOf( regex
|
H A D | BubbleOverflow.kt | 95 val typedArray = regex
|
H A D | BubbleOverflowContainerView.java | 222 final TypedArray typedArray = getContext().obtainStyledAttributes(new int[] { in updateTheme() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | TvWindowMenuActionButton.java | 64 final TypedArray typedArray = context.obtainStyledAttributes(attrs, values, defStyleAttr, in TvWindowMenuActionButton() local
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
H A D | PrintOptionsLayout.java | 40 TypedArray typedArray = context.obtainStyledAttributes(attrs, in PrintOptionsLayout() local
|
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A D | ExifInterfaceTest.java | 123 private static String getString(TypedArray typedArray, int index) { in getString() 131 public ExpectedValue(TypedArray typedArray) { in ExpectedValue()
|
/aosp14/frameworks/base/core/java/android/text/style/ |
H A D | SuggestionSpan.java | 214 TypedArray typedArray = context.obtainStyledAttributes( in initStyle() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/ |
H A D | SeekBarWithIconButtonsView.java | 85 TypedArray typedArray = context.obtainStyledAttributes( in SeekBarWithIconButtonsView() local
|
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | FontResourcesParser.java | 185 TypedArray typedArray = resources.obtainTypedArray(certsId); in readFamily() local
|
/aosp14/frameworks/base/packages/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/ |
H A D | ActionButtonsPreference.java | 110 private void fetchDrawableArray(List<Drawable> drawableList, TypedArray typedArray) { in fetchDrawableArray()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashscreenContentDrawer.java | 208 final TypedArray typedArray = overrideContext.obtainStyledAttributes( in createContext() local 476 final TypedArray typedArray = context.obtainStyledAttributes( in getWindowAttrs() local
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | RemoteViews.java | 2341 TypedArray typedArray = view.getContext().obtainStyledAttributes(new int[]{mAttrId}); in getParameterValue() local
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 12343 final T[] typedArray = (T[]) Array.newInstance(itemClass, array.length); in getParcelableArrayFromBundle() local
|