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

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

Completed in 157 milliseconds