D | SurfaceControl.java | 1812 public float yDpi; field in SurfaceControl.DisplayMode 1838 + ", yDpi=" + yDpi in toString() 1856 && Float.compare(that.yDpi, yDpi) == 0 in equals() 1867 return Objects.hash(id, width, height, xDpi, yDpi, peakRefreshRate, vsyncRate, in hashCode()
|