Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
DCarNavigationBarController.java146 TypedArray icons = res.obtainTypedArray(R.array.car_facet_icons); in bind()
147 TypedArray intents = res.obtainTypedArray(R.array.car_facet_intent_uris); in bind()
148 TypedArray longPressIntents = res.obtainTypedArray(R.array.car_facet_longpress_intent_uris); in bind()
149 TypedArray facetPackageNames = res.obtainTypedArray(R.array.car_facet_package_filters); in bind()
150 TypedArray facetCategories = res.obtainTypedArray(R.array.car_facet_category_filters); in bind()
187 TypedArray icons = mContext.getResources().obtainTypedArray(R.array.car_facet_icons); in onDensityOrFontScaleChanged()
/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/android/support/v7/widget/
DResourcesWrapper.java103 public TypedArray obtainTypedArray(int id) throws NotFoundException { in obtainTypedArray() method in ResourcesWrapper
104 return mResources.obtainTypedArray(id); in obtainTypedArray()
DAppCompatTextViewAutoSizeHelper.java133 .obtainTypedArray(autoSizeStepSizeArrayResId); in loadFromAttributes()
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java362 TypedArray ar = mResources.obtainTypedArray( in preloadResources()
370 ar = mResources.obtainTypedArray( in preloadResources()
380 ar = mResources.obtainTypedArray( in preloadResources()
/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java107 public TypedArray obtainTypedArray(int id) throws NotFoundException { in obtainTypedArray() method in MockResources
/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/android/support/wear/widget/
DCircularProgressLayout.java167 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.java99 TypedArray levels = res.obtainTypedArray(R.array.batterymeter_color_levels); in BatteryMeterDrawableBase()
100 TypedArray colors = res.obtainTypedArray(R.array.batterymeter_color_values); in BatteryMeterDrawableBase()
/frameworks/base/core/java/android/content/res/
DFontResourcesParser.java158 TypedArray typedArray = resources.obtainTypedArray(certsId); in readFamily()
DResources.java380 final TypedArray array = obtainTypedArray(id); in preloadFonts()
614 public TypedArray obtainTypedArray(@ArrayRes int id) throws NotFoundException { in obtainTypedArray() method in Resources
/frameworks/support/compat/java/android/support/v4/content/res/
DFontResourcesParserCompat.java221 TypedArray typedArray = resources.obtainTypedArray(certsId); in readCerts()
/frameworks/support/exifinterface/tests/src/android/support/media/
DExifInterfaceTest.java818 getContext().getResources().obtainTypedArray(typedArrayResourceId)); in testExifInterfaceForJpeg()
830 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/base/core/java/android/widget/
DTextView.java1403 .obtainTypedArray(autoSizeStepSizeArrayResId);
/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.txt11323 …method public android.content.res.TypedArray obtainTypedArray(int) throws android.content.res.Reso…
Dtest-current.txt11366 …method public android.content.res.TypedArray obtainTypedArray(int) throws android.content.res.Reso…
Dsystem-current.txt12055 …method public android.content.res.TypedArray obtainTypedArray(int) throws android.content.res.Reso…
/frameworks/base/config/
Dboot-image-profile.txt20518 HSPLandroid/content/res/Resources;->obtainTypedArray(I)Landroid/content/res/TypedArray;