mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-14 05:52:47 +00:00
rename more keys to popup keys
user-facing name is already popup keys, now internal rename is done to avoid confusion and for consistency
This commit is contained in:
parent
e708c026bc
commit
26809444bd
237 changed files with 1291 additions and 1305 deletions
|
@ -1252,7 +1252,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
// Need to set expanded touchable region only if a keyboard view is being shown.
|
||||
if (visibleKeyboardView.isShown()) {
|
||||
final int touchLeft = 0;
|
||||
final int touchTop = mKeyboardSwitcher.isShowingMoreKeysPanel() ? 0 : visibleTopY;
|
||||
final int touchTop = mKeyboardSwitcher.isShowingPopupKeysPanel() ? 0 : visibleTopY;
|
||||
final int touchRight = visibleKeyboardView.getWidth();
|
||||
final int touchBottom = inputHeight
|
||||
// Extend touchable region below the keyboard.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue