Home
last modified time | relevance | path

Searched defs: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
102 int windowHeight = mWindowRect.height() - mSystemInsets.bottom; in getFrontOfStackTransform() local
116 int windowHeight = mWindowRect.height() - mSystemInsets.bottom; in getBackOfStackTransform() local
136 int windowHeight = mWindowRect.height() - mSystemInsets.bottom; in getTransform() local
/frameworks/base/core/java/android/widget/
DTextView.java11478 final int windowHeight = root.getHeight(); in onProvideStructure() local