Home
last modified time | relevance | path

Searched refs:obtainTypedArray (Results 1 – 19 of 19) sorted by relevance

/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/
DDrawableArrayWidget.java37 TypedArray drawableArray = context.getResources().obtainTypedArray(R.array.drawable_array); in DrawableArrayWidget()
/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java107 public TypedArray obtainTypedArray(int id) throws NotFoundException { in obtainTypedArray() method in MockResources
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DThemedBatteryDrawable.kt160 val levels = res.obtainTypedArray(R.array.batterymeter_color_levels) in <lambda>()
161 val colors = res.obtainTypedArray(R.array.batterymeter_color_values) in <lambda>()
DBatteryMeterDrawableBase.java102 TypedArray levels = res.obtainTypedArray(R.array.batterymeter_color_levels); in BatteryMeterDrawableBase()
103 TypedArray colors = res.obtainTypedArray(R.array.batterymeter_color_values); in BatteryMeterDrawableBase()
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java398 TypedArray ar = mResources.obtainTypedArray( in preloadResources()
406 ar = mResources.obtainTypedArray( in preloadResources()
416 ar = mResources.obtainTypedArray( in preloadResources()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
DServiceListener.java58 …TypedArray testArray = context.getResources().obtainTypedArray(R.array.known_print_plugin_vendors); in ServiceListener()
/frameworks/base/services/core/java/com/android/server/display/whitebalance/
DDisplayWhiteBalanceFactory.java173 TypedArray array = resources.obtainTypedArray(id); in getFloatArray()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java431 getContext().getResources().obtainTypedArray(typedArrayResourceId)); in testExifInterfaceForJpeg()
446 getContext().getResources().obtainTypedArray(typedArrayResourceId)); in testExifInterfaceForRaw()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
DBrightnessMappingStrategyTest.java404 when(mockResources.obtainTypedArray( in createResources()
409 when(mockResources.obtainTypedArray( in createResources()
/frameworks/base/core/java/android/content/res/
DFontResourcesParser.java176 TypedArray typedArray = resources.obtainTypedArray(certsId); in readFamily()
DResources.java407 final TypedArray array = obtainTypedArray(id); in preloadFonts()
641 public TypedArray obtainTypedArray(@ArrayRes int id) throws NotFoundException { in obtainTypedArray() method in Resources
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessMappingStrategy.java61 float[] brightnessLevelsNits = getFloatArray(resources.obtainTypedArray( in create()
67 float[] nitsRange = getFloatArray(resources.obtainTypedArray( in create()
DDisplayManagerService.java324 float[] lux = getFloatArray(resources.obtainTypedArray( in DisplayManagerService()
326 float[] nits = getFloatArray(resources.obtainTypedArray( in DisplayManagerService()
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
DQuaresActivity.kt101 val ar = resources.obtainTypedArray(R.array.puzzles) in newPuzzle()
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java538 static TypedArray obtainTypedArray(Resources resources, int id) throws NotFoundException { in obtainTypedArray() method in Resources_Delegate
/frameworks/base/core/java/android/widget/
DTextView.java1381 .obtainTypedArray(autoSizeStepSizeArrayResId);
/frameworks/base/config/
Dboot-image-profile.txt4887 HSPLandroid/content/res/Resources;->obtainTypedArray(I)Landroid/content/res/TypedArray;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9243 …method public android.content.res.TypedArray obtainTypedArray(int) throws android.content.res.Reso…
/frameworks/base/api/
Dcurrent.txt12357 …method @NonNull public android.content.res.TypedArray obtainTypedArray(@ArrayRes int) throws andro…