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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBitmap.java 78 public Bitmap getCreatedFromBitmap() {
123 * Horizontal offset within {@link #getCreatedFromBitmap()} of this Bitmap's content, or -1.
125 * @return Horizontal offset within {@link #getCreatedFromBitmap()}.
132 * Vertical offset within {@link #getCreatedFromBitmap()} of this Bitmap's content, or -1.
134 * @return Vertical offset within {@link #getCreatedFromBitmap()} of this Bitmap's content, or -1.
141 * Width from {@link #getCreatedFromX()} within {@link #getCreatedFromBitmap()} of this Bitmap's
144 * @return Width from {@link #getCreatedFromX()} within {@link #getCreatedFromBitmap()} of this Bitmap's
152 * Height from {@link #getCreatedFromX()} within {@link #getCreatedFromBitmap()} of this Bitmap's
154 * @return Height from {@link #getCreatedFromX()} within {@link #getCreatedFromBitmap()} of this Bitmap's
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBitmapTest.java 115 assertThat(shadowBitmap.getCreatedFromBitmap()).isEqualTo(originalBitmap);

Completed in 774 milliseconds