Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java752 final int historicalSize = me.getHistorySize(); in onMoveEvent() local
753 for (int h = 0; h < historicalSize; h++) { in onMoveEvent()