Home
last modified time | relevance | path

Searched refs:oldDisplayHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DPhysicalDisplaySwitchTransitionLauncher.java102 int oldDisplayHeight, int newDisplayWidth, int newDisplayHeight) { in requestDisplaySwitchTransitionIfNeeded() argument
131 final Rect startAbsBounds = new Rect(0, 0, oldDisplayWidth, oldDisplayHeight); in requestDisplaySwitchTransitionIfNeeded()
/frameworks/base/libs/input/
DMouseCursorController.cpp208 int32_t oldDisplayWidth, oldDisplayHeight; in setDisplayViewport() local
209 getNonRotatedSize(oldViewport, oldDisplayWidth, oldDisplayHeight); in setDisplayViewport()
215 oldDisplayHeight != newDisplayHeight) { in setDisplayViewport()