Searched defs:mTopRowAdjustment (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMoreKeysKeyboard.java47 /* package */int mTopRowAdjustment; field in class:MoreKeysKeyboard.MoreKeysKeyboardParams
129 mTopRowAdjustment = isMoreKeysFixedOrder ? getFixedOrderTopRowAdjustment()
169 final int numLeftKeys = mLeftKeys + mTopRowAdjustment;
185 leftKeys += mTopRowAdjustment;
237 return x + mTopRowAdjustment * (mColumnWidth / 2);

Completed in 67 milliseconds