Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:mTotalWidth

118     private int mTotalWidth;
579 mTotalWidth = 0;
605 if (x > mTotalWidth) {
606 mTotalWidth = x;
638 mTotalWidth = newWidth;
693 return mTotalWidth;
831 if (x > mTotalWidth) {
832 mTotalWidth = x;