HomeSort by relevance Sort by last modified time
    Searched refs:image_background (Results 1 - 3 of 3) sorted by null

  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
R.java 103 public static final int image_background = nextId++; field in class:R.drawable
  /external/libpng/
example.c 418 png_color_16 my_background, *image_background;
420 if (png_get_bKGD(png_ptr, info_ptr, &image_background) != 0)
421 png_set_background(png_ptr, image_background,
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
ViewLoaderTest.java 319 assertThat(shadowImageView.getBackgroundResourceId(), equalTo(R.drawable.image_background));

Completed in 954 milliseconds