Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DDelayableMarqueeTextView.kt42 val typedArray = context.theme.obtainStyledAttributes( constant
/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/view/
DTestTextView.java40 TypedArray typedArray = theme.obtainStyledAttributes(attrs, testResources, defStyleAttr, in TestTextView() local
/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
DComponentParseUtils.java147 public static int flag(int flag, @AttrRes int attribute, TypedArray typedArray) { in flag()
152 TypedArray typedArray) { in flag()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DManageEducationView.kt74 val typedArray = mContext.obtainStyledAttributes(intArrayOf( in setButtonColor() constant
DBubbleOverflowContainerView.java222 final TypedArray typedArray = getContext().obtainStyledAttributes(new int[] { in updateTheme() local
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/util/
DCarSetupWizardUiUtils.java175 final TypedArray typedArray = in disableImmersiveMode() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipMenuActionButton.java64 final TypedArray typedArray = context.obtainStyledAttributes(attrs, values, defStyleAttr, in TvPipMenuActionButton() local
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java40 TypedArray typedArray = context.obtainStyledAttributes(attrs, in PrintOptionsLayout() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java120 private static String getString(TypedArray typedArray, int index) { in getString()
128 public ExpectedValue(TypedArray typedArray) { in ExpectedValue()
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
DSeekBarWithIconButtonsView.java75 TypedArray typedArray = context.obtainStyledAttributes( in SeekBarWithIconButtonsView() local
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/
DRecyclerItemAdapter.java100 final TypedArray typedArray = in onCreateViewHolder() local
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java130 final TypedArray typedArray = in showSystemBars() local
/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java214 TypedArray typedArray = context.obtainStyledAttributes( in initStyle() local
/frameworks/base/core/java/android/content/res/
DFontResourcesParser.java185 TypedArray typedArray = resources.obtainTypedArray(certsId); in readFamily() local
/frameworks/base/packages/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/
DActionButtonsPreference.java110 private void fetchDrawableArray(List<Drawable> drawableList, TypedArray typedArray) { in fetchDrawableArray()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawer.java239 final TypedArray typedArray = overrideContext.obtainStyledAttributes( in addSplashScreenStartingWindow() local
DSplashscreenContentDrawer.java294 final TypedArray typedArray = context.obtainStyledAttributes( in getWindowAttrs() local
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java564 BridgeTypedArray typedArray = newTypeArray(resources, length); in obtainTypedArray() local
/frameworks/base/core/java/android/widget/
DRemoteViews.java2117 TypedArray typedArray = view.getContext().obtainStyledAttributes(new int[]{mAttrId}); in getParameterValue() local
/frameworks/base/core/java/android/app/
DNotification.java12236 final T[] typedArray = (T[]) Array.newInstance(itemClass, array.length); in getParcelableArrayFromBundle() local