Home
last modified time | relevance | path

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

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