/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/ |
D | DrawableArrayWidget.java | 37 TypedArray drawableArray = context.getResources().obtainTypedArray(R.array.drawable_array); in DrawableArrayWidget()
|
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockResources.java | 107 public TypedArray obtainTypedArray(int id) throws NotFoundException { in obtainTypedArray() method in MockResources
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | ThemedBatteryDrawable.kt | 160 val levels = res.obtainTypedArray(R.array.batterymeter_color_levels) in <lambda>() 161 val colors = res.obtainTypedArray(R.array.batterymeter_color_values) in <lambda>()
|
D | BatteryMeterDrawableBase.java | 102 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/ |
D | ZygoteInit.java | 398 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/ |
D | ServiceListener.java | 58 …TypedArray testArray = context.getResources().obtainTypedArray(R.array.known_print_plugin_vendors); in ServiceListener()
|
/frameworks/base/services/core/java/com/android/server/display/whitebalance/ |
D | DisplayWhiteBalanceFactory.java | 173 TypedArray array = resources.obtainTypedArray(id); in getFloatArray()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | ExifInterfaceTest.java | 431 getContext().getResources().obtainTypedArray(typedArrayResourceId)); in testExifInterfaceForJpeg() 446 getContext().getResources().obtainTypedArray(typedArrayResourceId)); in testExifInterfaceForRaw()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
D | BrightnessMappingStrategyTest.java | 404 when(mockResources.obtainTypedArray( in createResources() 409 when(mockResources.obtainTypedArray( in createResources()
|
/frameworks/base/core/java/android/content/res/ |
D | FontResourcesParser.java | 176 TypedArray typedArray = resources.obtainTypedArray(certsId); in readFamily()
|
D | Resources.java | 407 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/ |
D | BrightnessMappingStrategy.java | 61 float[] brightnessLevelsNits = getFloatArray(resources.obtainTypedArray( in create() 67 float[] nitsRange = getFloatArray(resources.obtainTypedArray( in create()
|
D | DisplayManagerService.java | 324 float[] lux = getFloatArray(resources.obtainTypedArray( in DisplayManagerService() 326 float[] nits = getFloatArray(resources.obtainTypedArray( in DisplayManagerService()
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/ |
D | QuaresActivity.kt | 101 val ar = resources.obtainTypedArray(R.array.puzzles) in newPuzzle()
|
/frameworks/layoutlib/bridge/src/android/content/res/ |
D | Resources_Delegate.java | 538 static TypedArray obtainTypedArray(Resources resources, int id) throws NotFoundException { in obtainTypedArray() method in Resources_Delegate
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 1381 .obtainTypedArray(autoSizeStepSizeArrayResId);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 4887 HSPLandroid/content/res/Resources;->obtainTypedArray(I)Landroid/content/res/TypedArray;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 9243 …method public android.content.res.TypedArray obtainTypedArray(int) throws android.content.res.Reso…
|
/frameworks/base/api/ |
D | current.txt | 12357 …method @NonNull public android.content.res.TypedArray obtainTypedArray(@ArrayRes int) throws andro…
|