Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:newHeight

960         final int newHeight = isFullscreen ? MATCH_PARENT : WRAP_CONTENT;
961 if (mIsInputViewShown && currentHeight != newHeight) {
963 + currentHeight + " -> " + newHeight);
965 mWindow.getWindow().setLayout(MATCH_PARENT, newHeight);