Searched refs:mStartOrientationWasLandscape (Results 1 – 1 of 1) sorted by relevance
114 private boolean mStartOrientationWasLandscape; field in TaskPositioner400 mStartOrientationWasLandscape = startBounds.width() >= startBounds.height(); in startDrag()466 : (mStartOrientationWasLandscape ? MIN_ASPECT : (1.0f / MIN_ASPECT)); in resizeDrag()483 if (mPreserveOrientation && ((mStartOrientationWasLandscape && aspect < MIN_ASPECT) in resizeDrag()484 || (!mStartOrientationWasLandscape && aspect > (1.0 / MIN_ASPECT)))) { in resizeDrag()491 if (mStartOrientationWasLandscape) { in resizeDrag()584 if (mStartOrientationWasLandscape != (bounds.width() >= bounds.height())) { in checkBoundsForOrientationViolations()586 + (mStartOrientationWasLandscape ? "landscape" : "portrait") in checkBoundsForOrientationViolations()