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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java205 private int mPopupX; field in class:KeyboardView
1154 mPopupX = popupKey.x + mPaddingLeft;
1156 mPopupX = mPopupX + popupKey.width - mMiniKeyboardContainer.getMeasuredWidth();
1158 final int x = mPopupX + mMiniKeyboardContainer.getPaddingRight() + mCoordinates[0];

Completed in 63 milliseconds