Home
last modified time | relevance | path

Searched refs:logicalHeight (Results 1 – 7 of 7) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/internal/
DDisplayConfig.java93 public int logicalHeight; field in DisplayConfig
213 logicalHeight = other.logicalHeight; in DisplayConfig()
267 && logicalHeight == other.logicalHeight in equals()
306 logicalHeight = other.logicalHeight; in copyFrom()
344 other.logicalHeight = logicalHeight; in copyTo()
392 sb.append(logicalHeight); in toString()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDisplayManager.java163 displayInfo.logicalHeight = heightPx; in createDisplayInfo()
205 baseDisplayInfo.logicalHeight in createDisplayInfo()
264 boolean isPortrait = config.logicalHeight > config.logicalWidth; in setNaturallyPortrait()
DShadowDisplayManagerGlobal.java235 displayInfo.logicalHeight = config.getHeight(); in createVirtualDisplay()
265 displayInfo.logicalHeight = height; in createVirtualDisplay()
282 displayInfo.logicalHeight = height; in resizeVirtualDisplay()
DShadowDisplay.java214 ShadowDisplayManager.changeDisplay(realObject.getDisplayId(), di -> di.logicalHeight = height); in setRealHeight()
DSystemUi.java531 return max(info.logicalWidth, info.logicalHeight) >= dpToPx(LARGE_SCREEN_DP, info); in isLargeScreen()
DShadowWindowManagerGlobal.java557 windowInfo.displayFrame.set(0, 0, displayInfo.logicalWidth, displayInfo.logicalHeight);
/external/robolectric/robolectric/src/test/java/org/robolectric/android/
DBootstrapTest.java94 assertThat(displayInfo.logicalHeight).isEqualTo(640); in shouldSetUpRealisticDisplay()
125 assertThat(displayInfo.logicalHeight).isEqualTo(720); in shouldSetUpRealisticDisplay_landscapeHighDensity()