Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:currentHeight

959         final int currentHeight = mWindow.getWindow().getAttributes().height;
961 if (mIsInputViewShown && currentHeight != newHeight) {
963 + currentHeight + " -> " + newHeight);