Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DDelayableMarqueeTextView.kt42 val typedArray = context.theme.obtainStyledAttributes( regex
/aosp14/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/view/
H A DTestTextView.java40 TypedArray typedArray = theme.obtainStyledAttributes(attrs, testResources, defStyleAttr, in TestTextView() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
H A DComponentParseUtils.java147 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 DBubbleBarMenuItemView.java66 final TypedArray typedArray = getContext().obtainStyledAttributes( in update() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DManageEducationView.kt74 val typedArray = mContext.obtainStyledAttributes(intArrayOf( regex
H A DBubbleOverflow.kt95 val typedArray = regex
H A DBubbleOverflowContainerView.java222 final TypedArray typedArray = getContext().obtainStyledAttributes(new int[] { in updateTheme() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DTvWindowMenuActionButton.java64 final TypedArray typedArray = context.obtainStyledAttributes(attrs, values, defStyleAttr, in TvWindowMenuActionButton() local
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java40 TypedArray typedArray = context.obtainStyledAttributes(attrs, in PrintOptionsLayout() local
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java123 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 DSuggestionSpan.java214 TypedArray typedArray = context.obtainStyledAttributes( in initStyle() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
H A DSeekBarWithIconButtonsView.java85 TypedArray typedArray = context.obtainStyledAttributes( in SeekBarWithIconButtonsView() local
/aosp14/frameworks/base/core/java/android/content/res/
H A DFontResourcesParser.java185 TypedArray typedArray = resources.obtainTypedArray(certsId); in readFamily() local
/aosp14/frameworks/base/packages/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/
H A DActionButtonsPreference.java110 private void fetchDrawableArray(List<Drawable> drawableList, TypedArray typedArray) { in fetchDrawableArray()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java208 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 DRemoteViews.java2341 TypedArray typedArray = view.getContext().obtainStyledAttributes(new int[]{mAttrId}); in getParameterValue() local
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java12343 final T[] typedArray = (T[]) Array.newInstance(itemClass, array.length); in getParcelableArrayFromBundle() local