Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DProximityInfo.java331 final int yDeltaToGrid = topPixelWithinThreshold % mCellHeight; in computeNearestNeighbors() local
332 final int yMiddleOfTopCell = topPixelWithinThreshold - yDeltaToGrid + halfCellHeight; in computeNearestNeighbors()
334 yMiddleOfTopCell + (yDeltaToGrid <= halfCellHeight ? 0 : mCellHeight)); in computeNearestNeighbors()