Searched refs:INVALID_DISPLAY_HEIGHT (Results 1 – 2 of 2) sorted by relevance
142 public static final int INVALID_DISPLAY_HEIGHT = -1; field in Display2447 return mWidth != INVALID_DISPLAY_WIDTH && mHeight != INVALID_DISPLAY_HEIGHT; in isResolutionSet()2544 mHeight = Display.INVALID_DISPLAY_HEIGHT; in Builder()
1160 Settings.Global.USER_PREFERRED_RESOLUTION_HEIGHT, Display.INVALID_DISPLAY_HEIGHT); in updateUserPreferredDisplayModeSettingsLocked()2389 final int resolutionHeight = mode == null ? Display.INVALID_DISPLAY_HEIGHT in setUserPreferredDisplayModeInternal()