Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java150 private static final int GRID_SIZE = GRID_WIDTH * GRID_HEIGHT; field in Keyboard
752 mGridNeighbors = new int[GRID_SIZE][]; in computeNearestNeighbors()
787 if (index < GRID_SIZE) { in getNearestKeys()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25495 Landroid/inputmethodservice/Keyboard;->GRID_SIZE:I