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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java201 private int mPopupX; field in class:KeyboardView
1064 mPopupX = popupKey.x + mPaddingLeft;
1066 mPopupX = mPopupX + popupKey.width - mMiniKeyboardContainer.getMeasuredWidth();
1068 final int x = mPopupX + mMiniKeyboardContainer.getPaddingRight() + mWindowOffset[0];

Completed in 7 milliseconds