Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java643 int totalGap = 0; in resize() local
648 totalGap += key.gap; in resize()
652 if (totalGap + totalWidth > newWidth) { in resize()
654 float scaleFactor = (float)(newWidth - totalGap) / totalWidth; in resize()