Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/navigationbar/
DAssitantButton.java63 protected void setUpIntents(TypedArray typedArray) { in setUpIntents()
DCarNavigationButton.java85 TypedArray typedArray = context.obtainStyledAttributes(attrs, in CarNavigationButton() local
203 protected void setUpIntents(TypedArray typedArray) { in setUpIntents()
/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/packages/CarSystemUI/src/com/android/systemui/car/hvac/
DTemperatureTextView.java43 TypedArray typedArray = context.obtainStyledAttributes(attrs, R.styleable.TemperatureView); in TemperatureTextView() local
DAnimatedTemperatureView.java105 TypedArray typedArray = context.obtainStyledAttributes(attrs, in AnimatedTemperatureView() local
/frameworks/base/core/java/android/content/pm/parsing/component/
DComponentParseUtils.java140 public static int flag(int flag, @AttrRes int attribute, TypedArray typedArray) { in flag()
145 TypedArray typedArray) { in flag()
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/util/
DCarSetupWizardUiUtils.java172 final TypedArray typedArray = in disableImmersiveMode() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipControlButtonView.java87 TypedArray typedArray = in PipControlButtonView() 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/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/items/
DRecyclerItemAdapter.java100 final TypedArray typedArray = in onCreateViewHolder() local
/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java202 TypedArray typedArray = context.obtainStyledAttributes( in initStyle() local
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java130 final TypedArray typedArray = in showSystemBars() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleOverflowActivity.java159 final TypedArray typedArray = getApplicationContext().obtainStyledAttributes( in updateTheme() local
/frameworks/base/core/java/android/content/res/
DFontResourcesParser.java176 TypedArray typedArray = resources.obtainTypedArray(certsId); in readFamily() local
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java552 BridgeTypedArray typedArray = newTypeArray(resources, length); in obtainTypedArray() local
/frameworks/base/core/java/android/app/
DNotification.java8456 final TypedArray typedArray = mBuilder.mContext.obtainStyledAttributes( in bindMediaActionButton() local
10866 final T[] typedArray = (T[]) Array.newInstance(itemClass, array.length); in getParcelableArrayFromBundle() local
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2347 final TypedArray typedArray = overrideContext.obtainStyledAttributes( in addSplashScreen() local