Searched refs:res1 (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceTypeExtensions.h79 uint16_t res1; member in struct:aapt::Public_header
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
H A DIconTest.java112 final Bitmap res1 = ((BitmapDrawable) getContext().getDrawable(R.drawable.landscape))
123 res1.compress(Bitmap.CompressFormat.PNG, 100,
124 new FileOutputStream(new File(dir, "res1-original.png")));
126 new FileOutputStream(new File(dir, "res1-test.png")));
127 if (!equalBitmaps(res1, test1)) {
128 findBitmapDifferences(res1, test1);
129 fail("res1 differs, check " + dir);
225 final Icon res1 = Icon.createWithResource(getContext(), R.drawable.landscape);
226 imgs.add(res1);
/frameworks/base/include/androidfw/
H A DResourceTypes.h1283 uint16_t res1; member in struct:android::ResTable_typeSpec
1325 uint16_t res1; member in struct:android::ResTable_type

Completed in 129 milliseconds