Searched refs:mTotalWidth (Results 1 – 1 of 1) sorted by relevance
118 private int mTotalWidth; field in Keyboard579 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()