Searched refs:INVALID_DISPLAY_WIDTH (Results 1 – 2 of 2) sorted by relevance
136 public static final int INVALID_DISPLAY_WIDTH = -1; field in Display2447 return mWidth != INVALID_DISPLAY_WIDTH && mHeight != INVALID_DISPLAY_HEIGHT; in isResolutionSet()2543 mWidth = Display.INVALID_DISPLAY_WIDTH; in Builder()
1162 Settings.Global.USER_PREFERRED_RESOLUTION_WIDTH, Display.INVALID_DISPLAY_WIDTH); in updateUserPreferredDisplayModeSettingsLocked()2391 final int resolutionWidth = mode == null ? Display.INVALID_DISPLAY_WIDTH in setUserPreferredDisplayModeInternal()