Searched refs:getColumnPos (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
D | MoreKeysKeyboardBuilderFixedOrderTests.java | 77 assertEquals("1 key fix 5 M0 <1>", 0, params.getColumnPos(0)); in testLayout1KeyFix5M0() 89 assertEquals("1 key fix 5 L0 <1>", 0, params.getColumnPos(0)); in testLayout1KeyFix5L0() 101 assertEquals("1 key fix 5 L1 <1>", 0, params.getColumnPos(0)); in testLayout1KeyFix5L1() 113 assertEquals("1 key fix 5 L2 <1>", 0, params.getColumnPos(0)); in testLayout1KeyFix5L2() 125 assertEquals("1 key fix 5 R0 <1>", 0, params.getColumnPos(0)); in testLayout1KeyFix5R0() 137 assertEquals("1 key fix 5 R1 <1>", 0, params.getColumnPos(0)); in testLayout1KeyFix5R1() 149 assertEquals("1 key fix 5 R2 <1>", 0, params.getColumnPos(0)); in testLayout1KeyFix5R2() 161 assertEquals("2 key fix 5 M0 <1>", 0, params.getColumnPos(0)); in testLayout2KeyFix5M0() 162 assertEquals("2 key fix 5 M0 [2]", 1, params.getColumnPos(1)); in testLayout2KeyFix5M0() 174 assertEquals("2 key fix 5 L0 <1>", 0, params.getColumnPos(0)); in testLayout2KeyFix5L0() [all …]
|
D | MoreKeysKeyboardBuilderTests.java | 77 assertEquals("1 key max 5 M0 <1>", 0, params.getColumnPos(0)); in testLayout1KeyMax5M0() 89 assertEquals("1 key max 5 L0 <1>", 0, params.getColumnPos(0)); in testLayout1KeyMax5L0() 101 assertEquals("1 key max 5 L1 <1>", 0, params.getColumnPos(0)); in testLayout1KeyMax5L1() 113 assertEquals("1 key max 5 L2 <1>", 0, params.getColumnPos(0)); in testLayout1KeyMax5L2() 125 assertEquals("1 key max 5 R0 <1>", 0, params.getColumnPos(0)); in testLayout1KeyMax5R0() 137 assertEquals("1 key max 5 R1 <1>", 0, params.getColumnPos(0)); in testLayout1KeyMax5R1() 149 assertEquals("1 key max 5 R2 <1>", 0, params.getColumnPos(0)); in testLayout1KeyMax5R2() 161 assertEquals("2 key max 5 M0 <1>", 0, params.getColumnPos(0)); in testLayout2KeyMax5M0() 162 assertEquals("2 key max 5 M0 [2]", 1, params.getColumnPos(1)); in testLayout2KeyMax5M0() 174 assertEquals("2 key max 5 L0 <1>", 0, params.getColumnPos(0)); in testLayout2KeyMax5L0() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | MoreKeysKeyboard.java | 153 /* package */int getColumnPos(final int n) { in getColumnPos() method in MoreKeysKeyboard.MoreKeysKeyboardParams 232 final int x = getColumnPos(n) * mColumnWidth + getDefaultKeyCoordX(); in getX() 358 final int pos = params.getColumnPos(n); in build()
|