Searched refs:mPopupPreviewX (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java181 private int mPopupPreviewX; field in class:KeyboardView
961 mPopupPreviewX = key.x - (Math.abs(popupWidth - key.width) / 2 );
964 mPopupPreviewX = 160 - mPreviewText.getMeasuredWidth() / 2;
980 mPopupPreviewX += mOffsetInWindow[0];
985 mPopupPreviewX += (int) (key.width * 2.5);
987 mPopupPreviewX -= (int) (key.width * 2.5);
993 previewPopup.update(mPopupPreviewX, mPopupPreviewY,
999 mPopupPreviewX, mPopupPreviewY);
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java202 private int mPopupPreviewX; field in class:KeyboardView
1059 mPopupPreviewX = key.x - mPreviewText.getPaddingLeft() + getPaddingLeft();
1063 mPopupPreviewX = 160 - mPreviewText.getMeasuredWidth() / 2;
1076 mPopupPreviewX += mCoordinates[0];
1085 mPopupPreviewX += (int) (key.width * 2.5);
1087 mPopupPreviewX -= (int) (key.width * 2.5);
1093 previewPopup.update(mPopupPreviewX, mPopupPreviewY,
1099 mPopupPreviewX, mPopupPreviewY);

Completed in 58 milliseconds