Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DInputPointers.java48 final int fillLength = index - fromIndex + 1; in fillWithLastTimeUntil() local
49 if (fillLength <= 0) { in fillWithLastTimeUntil()
53 mTimes.fill(lastTime, fromIndex, fillLength); in fillWithLastTimeUntil()