Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/lowram/
DTaskStackLowRamLayoutAlgorithm.java68 int windowWidth = mWindowRect.width() - mSystemInsets.right - mSystemInsets.left; in initialize() local
69 int width = Math.min(windowWidth, windowHeight) - mPadding * 2; in initialize()
70 boolean isLandscape = windowWidth > windowHeight; in initialize()
72 mPaddingLeftRight = (windowWidth - mTaskRect.width()) / 2; in initialize()