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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 452 float marginY = (height - fontHeight) / 2.0f;
453 float y = marginY - mFmi.top;
SoftKeyboardView.java 473 float marginY = (softKey.height() - fontHeight) / 2.0f;
474 float y = softKey.mTop + marginY - mFmi.top + mFmi.bottom / 1.5f;

Completed in 139 milliseconds