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.java1186 final Rect displayStableRect = mTmpRect; in adjustForIME() local
1190 getDisplayContent().getStableRect(displayStableRect); in adjustForIME()
1191 contentBounds.set(displayStableRect); in adjustForIME()
1199 final int yOffset = displayStableRect.bottom - contentBounds.bottom; in adjustForIME()
1211 getMinTopStackBottom(displayStableRect, getRawBounds().bottom); in adjustForIME()
1231 getMinTopStackBottom(displayStableRect, in adjustForIME()