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

/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java102 public TypedArray obtainTypedArray(int id) throws NotFoundException { method in class:MockResources
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java357 TypedArray ar = mResources.obtainTypedArray(
365 ar = mResources.obtainTypedArray(
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java179 TypedArray levels = res.obtainTypedArray(R.array.batterymeter_color_levels);
180 TypedArray colors = res.obtainTypedArray(R.array.batterymeter_color_values);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java317 public TypedArray obtainTypedArray(int id) throws NotFoundException { method in class:BridgeResources
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java573 TypedArray array = res.obtainTypedArray(resourceId);
1272 TypedArray array = getContext().getResources().obtainTypedArray(resourceId);
H A DMultiWaveView.java608 TypedArray array = res.obtainTypedArray(resourceId);
1171 TypedArray array = getContext().getResources().obtainTypedArray(resourceId);
/frameworks/base/core/java/android/content/res/
H A DResources.java509 public TypedArray obtainTypedArray(int id) throws NotFoundException { method in class:Resources

Completed in 571 milliseconds