Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DTaskResizingAlgorithm.java76 boolean startOrientationWasLandscape) { in resizeDrag() argument
104 if (preserveOrientation && ((startOrientationWasLandscape && aspect < MIN_ASPECT) in resizeDrag()
105 || (!startOrientationWasLandscape && aspect > (1.0 / MIN_ASPECT)))) { in resizeDrag()
112 if (startOrientationWasLandscape) { in resizeDrag()