Searched refs:isHeightValid (Results 1 – 1 of 1) sorted by relevance
2177 public static boolean isHeightValid(int height) { in isHeightValid() method in Display2408 if (!isWidthValid(width) && !isHeightValid(height) in matchesIfValid()2412 if (isWidthValid(width) != isHeightValid(height)) { in matchesIfValid()2416 && (!isHeightValid(height) || mHeight == height) in matchesIfValid()