Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java642 int totalGap = 0; in resize() local
647 totalGap += key.gap; in resize()
651 if (totalGap + totalWidth > newWidth) { in resize()
653 float scaleFactor = (float)(newWidth - totalGap) / totalWidth; in resize()