Searched refs:windowHeight (Results 1 – 2 of 2) sorted by relevance
67 int windowHeight = mWindowRect.height() - mSystemInsets.bottom; in initialize() local69 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() local103 int bottomOfCurrentTask = (windowHeight + mTaskRect.height()) / 2; in getFrontOfStackTransform()116 int windowHeight = mWindowRect.height() - mSystemInsets.bottom; in getBackOfStackTransform() local117 int topOfCurrentTask = (windowHeight - mTaskRect.height()) / 2; in getBackOfStackTransform()136 int windowHeight = mWindowRect.height() - mSystemInsets.bottom; in getTransform() local[all …]
11505 final int windowHeight = root.getHeight(); in onProvideStructure() local11511 bottomLine = getLineAtCoordinateUnclamped(windowHeight - 1); in onProvideStructure()11516 bottomLine = getLineAtCoordinateUnclamped(windowHeight - 1 - topWindowLocation); in onProvideStructure()