Home | History | Annotate | Download | only in inputmethodservice

Lines Matching defs:totalWidth

619             int totalWidth = 0;
625 totalWidth += key.width;
627 if (totalGap + totalWidth > newWidth) {
629 float scaleFactor = (float)(newWidth - totalGap) / totalWidth;