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