Searched refs:SIZE_UNKNOWN (Results 1 – 4 of 4) sorted by relevance
40 public static final int SIZE_UNKNOWN = -1; field in TiledImageRenderer105 protected int mImageWidth = SIZE_UNKNOWN;106 protected int mImageHeight = SIZE_UNKNOWN;
42 public static final int SIZE_UNKNOWN = -1; field in TileImageView107 protected int mImageWidth = SIZE_UNKNOWN;108 protected int mImageHeight = SIZE_UNKNOWN;
61 public static final int SIZE_UNKNOWN = -1; field in AppsAsyncLoader