Home
last modified time | relevance | path

Searched refs:isHeightValid (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplay.java2177 public static boolean isHeightValid(int height) { in isHeightValid() method in Display
2408 if (!isWidthValid(width) && !isHeightValid(height) in matchesIfValid()
2412 if (isWidthValid(width) != isHeightValid(height)) { in matchesIfValid()
2416 && (!isHeightValid(height) || mHeight == height) in matchesIfValid()