Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
DCarNavigationBarController.java117 TypedArray icons = r.obtainTypedArray(R.array.car_facet_icons); in bind()
118 TypedArray intents = r.obtainTypedArray(R.array.car_facet_intent_uris); in bind()
120 r.obtainTypedArray(R.array.car_facet_longpress_intent_uris); in bind()
121 TypedArray facetPackageNames = r.obtainTypedArray(R.array.car_facet_package_filters); in bind()
123 TypedArray facetCategories = r.obtainTypedArray(R.array.car_facet_category_filters); in bind()
/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.java102 public TypedArray obtainTypedArray(int id) throws NotFoundException { in obtainTypedArray() method in ResourcesWrapper
103 return mResources.obtainTypedArray(id); in obtainTypedArray()
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java415 TypedArray ar = mResources.obtainTypedArray( in preloadResources()
423 ar = mResources.obtainTypedArray( in preloadResources()
433 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/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/samsung/
DServiceListener.java57 …TypedArray testArray = context.getResources().obtainTypedArray(R.array.known_print_plugin_vendors); in ServiceListener()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java432 getContext().getResources().obtainTypedArray(typedArrayResourceId)); in testExifInterfaceForJpeg()
447 getContext().getResources().obtainTypedArray(typedArrayResourceId)); in testExifInterfaceForRaw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DBatteryMeterDrawable.java108 TypedArray levels = res.obtainTypedArray(R.array.batterymeter_color_levels); in BatteryMeterDrawable()
109 TypedArray colors = res.obtainTypedArray(R.array.batterymeter_color_values); in BatteryMeterDrawable()
/frameworks/base/docs/html/guide/topics/resources/
Dmore-resources.jd700 TypedArray icons = res.{@link android.content.res.Resources#obtainTypedArray(int) obtainTypedArray}…
703 TypedArray colors = res.{@link android.content.res.Resources#obtainTypedArray(int) obtainTypedArray
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Delegate.java490 static TypedArray obtainTypedArray(Resources resources, int id) throws NotFoundException { in obtainTypedArray() method in Resources_Delegate
/frameworks/base/core/java/android/content/res/
DResources.java558 public TypedArray obtainTypedArray(@ArrayRes int id) throws NotFoundException { in obtainTypedArray() method in Resources
/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.txt10273 …method public android.content.res.TypedArray obtainTypedArray(int) throws android.content.res.Reso…
Dtest-current.txt10286 …method public android.content.res.TypedArray obtainTypedArray(int) throws android.content.res.Reso…
Dsystem-current.txt10712 …method public android.content.res.TypedArray obtainTypedArray(int) throws android.content.res.Reso…