Searched refs:imeTop (Results 1 – 1 of 1) sorted by relevance
1082 int imeTop = Math.max(imeWin.getFrameLw().top, contentBounds.top); in adjustForIME() local1084 imeTop += imeWin.getGivenContentInsetsLw().top; in adjustForIME()1085 if (contentBounds.bottom > imeTop) { in adjustForIME()1086 contentBounds.bottom = imeTop; in adjustForIME()