Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java1205 final Rect displayStableRect = mTmpRect; in adjustForIME() local
1209 getDisplayContent().getStableRect(displayStableRect); in adjustForIME()
1210 contentBounds.set(displayStableRect); in adjustForIME()
1218 final int yOffset = displayStableRect.bottom - contentBounds.bottom; in adjustForIME()
1230 getMinTopStackBottom(displayStableRect, getRawBounds().bottom); in adjustForIME()
1250 getMinTopStackBottom(displayStableRect, in adjustForIME()