Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DFood.java36 TypedArray icons = context.getResources().obtainTypedArray(R.array.food_icons); in getIcon()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DResourcesWrapper.java104 public TypedArray obtainTypedArray(int id) throws NotFoundException { in obtainTypedArray() method in ResourcesWrapper
105 return mResources.obtainTypedArray(id); in obtainTypedArray()
DAppCompatTextViewAutoSizeHelper.java135 .obtainTypedArray(autoSizeStepSizeArrayResId); in loadFromAttributes()
/frameworks/base/test-mock/src/android/test/mock/
DMockResources.java107 public TypedArray obtainTypedArray(int id) throws NotFoundException { in obtainTypedArray() method in MockResources
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java363 TypedArray ar = mResources.obtainTypedArray( in preloadResources()
371 ar = mResources.obtainTypedArray( in preloadResources()
381 ar = mResources.obtainTypedArray( in preloadResources()
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
DServiceListener.java57 …TypedArray testArray = context.getResources().obtainTypedArray(R.array.known_print_plugin_vendors); in ServiceListener()
/frameworks/support/wear/src/main/java/androidx/wear/widget/
DCircularProgressLayout.java168 TypedArray colorArray = resources.obtainTypedArray(arrayResId); in getColorListFromResources()
/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/packages/SettingsLib/src/com/android/settingslib/graph/
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/services/tests/servicestests/src/com/android/server/display/
DBrightnessMappingStrategyTest.java406 when(mockResources.obtainTypedArray( in createResources()
411 when(mockResources.obtainTypedArray( in createResources()
/frameworks/base/core/java/android/content/res/
DFontResourcesParser.java172 TypedArray typedArray = resources.obtainTypedArray(certsId); in readFamily()
DResources.java388 final TypedArray array = obtainTypedArray(id); in preloadFonts()
622 public TypedArray obtainTypedArray(@ArrayRes int id) throws NotFoundException { in obtainTypedArray() method in Resources
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessMappingStrategy.java58 float[] brightnessLevelsNits = getFloatArray(resources.obtainTypedArray( in create()
64 float[] nitsRange = getFloatArray(resources.obtainTypedArray( in create()
DDisplayManagerService.java304 float[] lux = getFloatArray(resources.obtainTypedArray( in DisplayManagerService()
306 float[] nits = getFloatArray(resources.obtainTypedArray( in DisplayManagerService()
/frameworks/support/compat/src/main/java/androidx/core/content/res/
DFontResourcesParserCompat.java234 TypedArray typedArray = resources.obtainTypedArray(certsId); in readCerts()
/frameworks/support/exifinterface/src/androidTest/java/androidx/exifinterface/media/
DExifInterfaceTest.java819 getContext().getResources().obtainTypedArray(typedArrayResourceId)); in testExifInterfaceForJpeg()
831 getContext().getResources().obtainTypedArray(typedArrayResourceId)); in testExifInterfaceForRaw()
/frameworks/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java530 static TypedArray obtainTypedArray(Resources resources, int id) throws NotFoundException { in obtainTypedArray() method in Resources_Delegate
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9243 …method public android.content.res.TypedArray obtainTypedArray(int) throws android.content.res.Reso…
/frameworks/base/config/
Dhiddenapi-public-dex.txt9135 Landroid/content/res/Resources;->obtainTypedArray(I)Landroid/content/res/TypedArray;
Dboot-image-profile.txt19182 HSPLandroid/content/res/Resources;->obtainTypedArray(I)Landroid/content/res/TypedArray;
/frameworks/base/api/
Dcurrent.txt11915 …method public android.content.res.TypedArray obtainTypedArray(int) throws android.content.res.Reso…