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

  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 113 private int mTotalHeight;
622 mTotalHeight = y + mDefaultHeight;
702 return mTotalHeight;
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 129 private int mTotalHeight;
597 mTotalHeight = y + mDefaultHeight;
655 return mTotalHeight;
816 mTotalHeight = y - mDefaultVerticalGap;

Completed in 508 milliseconds