Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java1211 int imeTop = Math.max(imeWin.getFrameLw().top, contentBounds.top); in adjustForIME() local
1213 imeTop += imeWin.getGivenContentInsetsLw().top; in adjustForIME()
1214 if (contentBounds.bottom > imeTop) { in adjustForIME()
1215 contentBounds.bottom = imeTop; in adjustForIME()