Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/lowram/
DTaskStackLowRamLayoutAlgorithm.java67 int windowHeight = mWindowRect.height() - mSystemInsets.bottom; in initialize() local
69 int width = Math.min(windowWidth, windowHeight) - mPadding * 2; in initialize()
70 boolean isLandscape = windowWidth > windowHeight; in initialize()
73 mPaddingEndTopBottom = (windowHeight - mTaskRect.height()) / 2; in initialize()
76 mTopOffset = (getTotalHeightOfTasks(MAX_LAYOUT_TASK_COUNT) - windowHeight) / 2; in initialize()
102 int windowHeight = mWindowRect.height() - mSystemInsets.bottom; in getFrontOfStackTransform() local
103 int bottomOfCurrentTask = (windowHeight + mTaskRect.height()) / 2; in getFrontOfStackTransform()
116 int windowHeight = mWindowRect.height() - mSystemInsets.bottom; in getBackOfStackTransform() local
117 int topOfCurrentTask = (windowHeight - mTaskRect.height()) / 2; in getBackOfStackTransform()
136 int windowHeight = mWindowRect.height() - mSystemInsets.bottom; in getTransform() local
[all …]
/frameworks/base/core/java/android/widget/
DTextView.java11505 final int windowHeight = root.getHeight(); in onProvideStructure() local
11511 bottomLine = getLineAtCoordinateUnclamped(windowHeight - 1); in onProvideStructure()
11516 bottomLine = getLineAtCoordinateUnclamped(windowHeight - 1 - topWindowLocation); in onProvideStructure()