Searched refs:mLeftKeys (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
D | MoreKeysKeyboardBuilderFixedOrderTests.java | 75 assertEquals("1 key fix 5 M0 left", 0, params.mLeftKeys); in testLayout1KeyFix5M0() 87 assertEquals("1 key fix 5 L0 left", 0, params.mLeftKeys); in testLayout1KeyFix5L0() 99 assertEquals("1 key fix 5 L1 left", 0, params.mLeftKeys); in testLayout1KeyFix5L1() 111 assertEquals("1 key fix 5 L2 left", 0, params.mLeftKeys); in testLayout1KeyFix5L2() 123 assertEquals("1 key fix 5 R0 left", 0, params.mLeftKeys); in testLayout1KeyFix5R0() 135 assertEquals("1 key fix 5 R1 left", 0, params.mLeftKeys); in testLayout1KeyFix5R1() 147 assertEquals("1 key fix 5 R2 left", 0, params.mLeftKeys); in testLayout1KeyFix5R2() 159 assertEquals("2 key fix 5 M0 left", 0, params.mLeftKeys); in testLayout2KeyFix5M0() 172 assertEquals("2 key fix 5 L0 left", 0, params.mLeftKeys); in testLayout2KeyFix5L0() 185 assertEquals("2 key fix 5 L1 left", 0, params.mLeftKeys); in testLayout2KeyFix5L1() [all …]
|
D | MoreKeysKeyboardBuilderTests.java | 75 assertEquals("1 key max 5 M0 left", 0, params.mLeftKeys); in testLayout1KeyMax5M0() 87 assertEquals("1 key max 5 L0 left", 0, params.mLeftKeys); in testLayout1KeyMax5L0() 99 assertEquals("1 key max 5 L1 left", 0, params.mLeftKeys); in testLayout1KeyMax5L1() 111 assertEquals("1 key max 5 L2 left", 0, params.mLeftKeys); in testLayout1KeyMax5L2() 123 assertEquals("1 key max 5 R0 left", 0, params.mLeftKeys); in testLayout1KeyMax5R0() 135 assertEquals("1 key max 5 R1 left", 0, params.mLeftKeys); in testLayout1KeyMax5R1() 147 assertEquals("1 key max 5 R2 left", 0, params.mLeftKeys); in testLayout1KeyMax5R2() 159 assertEquals("2 key max 5 M0 left", 0, params.mLeftKeys); in testLayout2KeyMax5M0() 172 assertEquals("2 key max 5 L0 left", 0, params.mLeftKeys); in testLayout2KeyMax5L0() 185 assertEquals("2 key max 5 L1 left", 0, params.mLeftKeys); in testLayout2KeyMax5L1() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | MoreKeysKeyboard.java | 52 public int mLeftKeys; field in MoreKeysKeyboard.MoreKeysKeyboardParams 122 mLeftKeys = leftKeys; in setParameters() 138 || mLeftKeys == 0 || mRightKeys == 1) { in getFixedOrderTopRowAdjustment() 146 || mLeftKeys == 0 || mRightKeys == 1) { in getAutoOrderTopRowAdjustment() 161 return col - mLeftKeys; in getFixedOrderColumnPos() 166 final int numLeftKeys = mLeftKeys + mTopRowAdjustment; in getFixedOrderColumnPos() 180 int leftKeys = mLeftKeys; in getAutomaticColumnPos() 228 return mLeftKeys * mColumnWidth; in getDefaultKeyCoordX()
|