Searched refs:mRightKeys (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
D | MoreKeysKeyboardBuilderAutoOrderTests.java | 82 assertEquals("1 key auto 5 M0 right", 1, params.mRightKeys); in testLayout1KeyAuto5M0() 95 assertEquals("1 key auto 5 L0 right", 1, params.mRightKeys); in testLayout1KeyAuto5L0() 108 assertEquals("1 key auto 5 L1 right", 1, params.mRightKeys); in testLayout1KeyAuto5L1() 121 assertEquals("1 key auto 5 L2 right", 1, params.mRightKeys); in testLayout1KeyAuto5L2() 134 assertEquals("1 key auto 5 R0 right", 1, params.mRightKeys); in testLayout1KeyAuto5R0() 147 assertEquals("1 key auto 5 R1 right", 1, params.mRightKeys); in testLayout1KeyAuto5R1() 160 assertEquals("1 key auto 5 R2 right", 1, params.mRightKeys); in testLayout1KeyAuto5R2() 173 assertEquals("2 key auto 5 M0 right", 2, params.mRightKeys); in testLayout2KeyAuto5M0() 187 assertEquals("2 key auto 5 L0 right", 2, params.mRightKeys); in testLayout2KeyAuto5L0() 201 assertEquals("2 key auto 5 L1 right", 2, params.mRightKeys); in testLayout2KeyAuto5L1() [all …]
|
D | MoreKeysKeyboardBuilderFixedOrderTests.java | 82 assertEquals("1 key fix 5 M0 right", 1, params.mRightKeys); in testLayout1KeyFix5M0() 95 assertEquals("1 key fix 5 L0 right", 1, params.mRightKeys); in testLayout1KeyFix5L0() 108 assertEquals("1 key fix 5 L1 right", 1, params.mRightKeys); in testLayout1KeyFix5L1() 121 assertEquals("1 key fix 5 L2 right", 1, params.mRightKeys); in testLayout1KeyFix5L2() 134 assertEquals("1 key fix 5 R0 right", 1, params.mRightKeys); in testLayout1KeyFix5R0() 147 assertEquals("1 key fix 5 R1 right", 1, params.mRightKeys); in testLayout1KeyFix5R1() 160 assertEquals("1 key fix 5 R2 right", 1, params.mRightKeys); in testLayout1KeyFix5R2() 173 assertEquals("2 key fix 5 M0 right", 2, params.mRightKeys); in testLayout2KeyFix5M0() 187 assertEquals("2 key fix 5 L0 right", 2, params.mRightKeys); in testLayout2KeyFix5L0() 201 assertEquals("2 key fix 5 L1 right", 2, params.mRightKeys); in testLayout2KeyFix5L1() [all …]
|
D | MoreKeysKeyboardBuilderMaxOrderTests.java | 82 assertEquals("1 key max 5 M0 right", 1, params.mRightKeys); in testLayout1KeyMax5M0() 95 assertEquals("1 key max 5 L0 right", 1, params.mRightKeys); in testLayout1KeyMax5L0() 108 assertEquals("1 key max 5 L1 right", 1, params.mRightKeys); in testLayout1KeyMax5L1() 121 assertEquals("1 key max 5 L2 right", 1, params.mRightKeys); in testLayout1KeyMax5L2() 134 assertEquals("1 key max 5 R0 right", 1, params.mRightKeys); in testLayout1KeyMax5R0() 147 assertEquals("1 key max 5 R1 right", 1, params.mRightKeys); in testLayout1KeyMax5R1() 160 assertEquals("1 key max 5 R2 right", 1, params.mRightKeys); in testLayout1KeyMax5R2() 173 assertEquals("2 key max 5 M0 right", 2, params.mRightKeys); in testLayout2KeyMax5M0() 187 assertEquals("2 key max 5 L0 right", 2, params.mRightKeys); in testLayout2KeyMax5L0() 201 assertEquals("2 key max 5 L1 right", 2, params.mRightKeys); in testLayout2KeyMax5L1() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | MoreKeysKeyboard.java | 52 public int mRightKeys; // includes default key. field in MoreKeysKeyboard.MoreKeysKeyboardParams 126 mRightKeys = rightKeys; in setParameters() 141 || mLeftKeys == 0 || mRightKeys == 1) { in getFixedOrderTopRowAdjustment() 149 || mLeftKeys == 0 || mRightKeys == 1) { in getAutoOrderTopRowAdjustment() 170 final int numRightKeys = mRightKeys - 1; in getFixedOrderColumnPos() 198 if (right < mRightKeys) { in getAutomaticColumnPos()
|