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

/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DFood.java36 TypedArray icons = context.getResources().obtainTypedArray(R.array.food_icons);
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DResourcesWrapper.java104 public TypedArray obtainTypedArray(int id) throws NotFoundException { method in class:ResourcesWrapper
105 return mResources.obtainTypedArray(id);
H A DAppCompatTextViewAutoSizeHelper.java135 .obtainTypedArray(autoSizeStepSizeArrayResId);
/frameworks/base/test-mock/src/android/test/mock/
H A DMockResources.java107 public TypedArray obtainTypedArray(int id) throws NotFoundException { method in class:MockResources
/frameworks/base/core/java/android/content/res/
H A DFontResourcesParser.java172 TypedArray typedArray = resources.obtainTypedArray(certsId);
H A DResources.java388 final TypedArray array = obtainTypedArray(id);
622 public TypedArray obtainTypedArray(@ArrayRes int id) throws NotFoundException { method in class:Resources
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
H A DServiceListener.java57 TypedArray testArray = context.getResources().obtainTypedArray(R.array.known_print_plugin_vendors);
/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DCircularProgressLayout.java168 TypedArray colorArray = resources.obtainTypedArray(arrayResId);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java431 getContext().getResources().obtainTypedArray(typedArrayResourceId));
446 getContext().getResources().obtainTypedArray(typedArrayResourceId));
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DBatteryMeterDrawableBase.java102 TypedArray levels = res.obtainTypedArray(R.array.batterymeter_color_levels);
103 TypedArray colors = res.obtainTypedArray(R.array.batterymeter_color_values);
/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessMappingStrategy.java58 float[] brightnessLevelsNits = getFloatArray(resources.obtainTypedArray(
64 float[] nitsRange = getFloatArray(resources.obtainTypedArray(
H A DDisplayManagerService.java304 float[] lux = getFloatArray(resources.obtainTypedArray(
306 float[] nits = getFloatArray(resources.obtainTypedArray(
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DBrightnessMappingStrategyTest.java406 when(mockResources.obtainTypedArray(
411 when(mockResources.obtainTypedArray(
/frameworks/support/compat/src/main/java/androidx/core/content/res/
H A DFontResourcesParserCompat.java234 TypedArray typedArray = resources.obtainTypedArray(certsId);
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java363 TypedArray ar = mResources.obtainTypedArray(
371 ar = mResources.obtainTypedArray(
381 ar = mResources.obtainTypedArray(
/frameworks/support/exifinterface/src/androidTest/java/androidx/exifinterface/media/
H A DExifInterfaceTest.java819 getContext().getResources().obtainTypedArray(typedArrayResourceId));
831 getContext().getResources().obtainTypedArray(typedArrayResourceId));
/frameworks/layoutlib/bridge/src/android/content/res/
H A DResources_Delegate.java530 static TypedArray obtainTypedArray(Resources resources, int id) throws NotFoundException { method in class:Resources_Delegate
/frameworks/base/core/java/android/widget/
H A DTextView.java1275 .obtainTypedArray(autoSizeStepSizeArrayResId);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 321 milliseconds