Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelperTests.java116 private static final int POSITION_RIGHT = 2; field in SuggestionStripLayoutHelperTests
133 assertEquals("3rd word without auto correction", POSITION_RIGHT, in testGetPositionInSuggestionStrip()
155 assertEquals("3rd word with auto correction", POSITION_RIGHT, in testGetPositionInSuggestionStrip()
184 assertEquals("4th word without auto correction", POSITION_RIGHT, in testGetPositionInSuggestionStrip()
213 assertEquals("4th word with auto correction", POSITION_RIGHT, in testGetPositionInSuggestionStrip()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyPreviewView.java40 public static final int POSITION_RIGHT = 2; field in KeyPreviewView
DKeyPreviewChoreographer.java127 keyPreviewPosition = KeyPreviewView.POSITION_RIGHT; in placeKeyPreview()