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

  /external/robolectric/v1/src/test/resources/res/layout/
main.xml 63 android:background="@drawable/image_background"
  /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...]
libpng-manual.txt     [all...]
libpng.3     [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
ViewLoaderTest.java 319 assertThat(shadowImageView.getBackgroundResourceId(), equalTo(R.drawable.image_background));
  /external/autotest/frontend/tko/
graphing_utils.py 443 image_background = PIL.Image.new(image.mode, image.size,
447 non_whitespace = PIL.ImageChops.difference(image, image_background)

Completed in 349 milliseconds