Searched refs:mTotalWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java118 private int mTotalWidth; field in class:Keyboard
579 mTotalWidth = 0;
605 if (x > mTotalWidth) {
606 mTotalWidth = x;
638 mTotalWidth = newWidth;
693 return mTotalWidth;
831 if (x > mTotalWidth) {
832 mTotalWidth = x;

Completed in 58 milliseconds