Searched defs:styleable (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DAttributeCache.java97 public Entry get(String packageName, int resId, int[] styleable) { argument
105 ent = map.get(styleable);
131 pkg.context.obtainStyledAttributes(resId, styleable));
132 map.put(styleable, ent);
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/content/
H A DConfigTest.java69 int[] styleable, String[] expectedValues) {
71 TypedArray sa = theme.obtainStyledAttributes(resId, styleable);
72 for (int i = 0; i < styleable.length; i++) {
180 checkValue(res, bagRes, R.styleable.TestConfig,
194 R.styleable.TestConfig, new String[]{"bag default"});
201 R.styleable.TestConfig, new String[]{"bag xx"});
209 R.styleable.TestConfig, new String[]{"bag xx-rYY"});
216 R.styleable.TestConfig, new String[]{"bag mcc111"});
223 R.styleable.TestConfig, new String[]{"bag mnc222"});
230 R.styleable
68 checkValue(Resources res, int resId, int[] styleable, String[] expectedValues) argument
[all...]

Completed in 139 milliseconds