Searched refs:topCorrection (Results 1 – 1 of 1) sorted by relevance
222 final int topCorrection = Math.max(0, desiredOffset - maxOffset); in adjustForIME() local223 final int adjustedTop = currImeTop + topCorrection; in adjustForIME()