Searched refs:INVALID_SIZE (Results 1 – 1 of 1) sorted by relevance
34 private static final int INVALID_SIZE = Integer.MIN_VALUE; field in OrientationHelper42 private int mLastTotalSpace = INVALID_SIZE;68 return INVALID_SIZE == mLastTotalSpace ? 0 : getTotalSpace() - mLastTotalSpace; in getTotalSpaceChange()