Searched refs:SIZE_UNKNOWN (Results 1 – 4 of 4) sorted by relevance
56 private static final int SIZE_UNKNOWN = -1; field in CropView91 private int mImageWidth = SIZE_UNKNOWN;92 private int mImageHeight = SIZE_UNKNOWN;145 if (mImageHeight != SIZE_UNKNOWN) { in onLayout()381 if (mImageWidth != SIZE_UNKNOWN) { in calculateTarget()
38 public static final int SIZE_UNKNOWN = -1; field in TileImageView109 protected int mImageWidth = SIZE_UNKNOWN;110 protected int mImageHeight = SIZE_UNKNOWN;
58 static final int SIZE_UNKNOWN = -1; field in ApplicationsState121 this.size = SIZE_UNKNOWN; in AppEntry()961 if (entry.size == SIZE_UNKNOWN || entry.sizeStale) { in handleMessage()
665 || mAppEntry.size == ApplicationsState.SIZE_UNKNOWN) { in refreshSizeInfo()