OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_IDS
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java
60
private static final int[]
RES_IDS
= new int[] {
144
for (int i = 0; i <
RES_IDS
.length; ++i) {
145
InputStream is = obtainInputStream(
RES_IDS
[i]);
164
for (int i = 0; i <
RES_IDS
.length; ++i) {
165
byte[] imageData = obtainByteArray(
RES_IDS
[i]);
180
for (int i = 0; i <
RES_IDS
.length; ++i) {
211
InputStream is1 = obtainInputStream(
RES_IDS
[i]);
213
InputStream is2 = obtainInputStream(
RES_IDS
[i]);
216
if (
RES_IDS
[i] == R.drawable.webp_test && COLOR_CONFIGS[k] == Config.RGB_565) {
239
InputStream is1 = obtainInputStream(
RES_IDS
[i])
[
all
...]
BitmapFactoryTest.java
68
private static final int[]
RES_IDS
= new int[] {
206
for (int i = 0; i <
RES_IDS
.length; ++i) {
207
InputStream is = obtainInputStream(
RES_IDS
[i]);
319
for (int RES_ID :
RES_IDS
) {
448
for (int i = 0; i <
RES_IDS
.length; ++i) {
455
Bitmap decoded = BitmapFactory.decodeResource(mRes,
RES_IDS
[i], options);
[
all
...]
/packages/apps/Settings/tests/robotests/src/com/android/settings/dream/
DreamSettingsTest.java
53
private static final int[]
RES_IDS
= {
84
.isEqualTo(
RES_IDS
[i]);
Completed in 73 milliseconds