Searched refs:logicalWidth (Results 1 – 4 of 4) sorted by relevance
119 public int logicalWidth; field in DisplayConfig258 logicalWidth = other.logicalWidth; in DisplayConfig()310 && logicalWidth == other.logicalWidth in equals()347 logicalWidth = other.logicalWidth; in copyFrom()385 other.logicalWidth = logicalWidth; in copyTo()431 sb.append(logicalWidth); in toString()
61 displayInfo.logicalWidth = widthPx; in createDisplayInfo()107 configuration.screenWidthDp = baseDisplayInfo.logicalWidth * DisplayMetrics.DENSITY_DEFAULT in createDisplayInfo()
318 di -> di.logicalWidth = width); in setRealWidth()
94 assertThat(displayInfo.logicalWidth).isEqualTo(480); in shouldSetUpRealisticDisplay()129 assertThat(displayInfo.logicalWidth).isEqualTo(960); in shouldSetUpRealisticDisplay_landscapeHighDensity()