HomeSort by relevance Sort by last modified time
    Searched refs:mPopupY (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SkbContainer.java 124 private int mPopupY;
321 && mPopupY <= y && mPopupY + mPopupSkb.getHeight() > y) {
323 positionInParent[1] = mPopupY;
348 mPopupY = (skbContainerHeight - skb.getSkbTotalHeight()) / 2;
368 mPopupSkb.showAtLocation(this, Gravity.NO_GRAVITY, mPopupX, mPopupY
549 event.getY() + mPopupY, event.getPressure(), event.getSize(),
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 207 private int mPopupY;
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 205 private int mPopupY;
    [all...]

Completed in 357 milliseconds