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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 60 private int mContentHeight;
365 mContentHeight = (int) ((mMeasuredHeight - mPaddingTop - mPaddingBottom) * 0.95f);
373 while (mFmiCandidates.bottom - mFmiCandidates.top < mContentHeight) {
395 while (mFmiFootnote.bottom - mFmiFootnote.top < mContentHeight / 2) {
413 mContentHeight = (int) ((mMeasuredHeight - mPaddingTop - mPaddingBottom) * 0.95f);
415 if (mContentWidth <= 0 || mContentHeight <= 0) return false;
  /frameworks/base/core/java/android/webkit/
WebView.java 544 private int mContentHeight; // cache of value from WebViewCore
    [all...]
WebViewCore.java     [all...]

Completed in 3470 milliseconds