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

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 55 private int mContentWidth;
364 mContentWidth = mMeasuredWidth - mPaddingLeft - mPaddingRight;
412 mContentWidth = mMeasuredWidth - mPaddingLeft - mPaddingRight;
415 if (mContentWidth <= 0 || mContentHeight <= 0) return false;
437 while (xPos < mContentWidth && pStart + pSize < candSize) {
445 if (xPos + itemWidth < mContentWidth || 0 == pSize) {
459 float marginExtra = (mContentWidth - xPos) / pSize / 2;
461 if (mContentWidth - xPos > lastItemWidth) {
544 if (candidateWidth > mContentWidth - xPos - centerOffset) {
546 mContentWidth - xPos - centerOffset)
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 552 private int mContentWidth; // cache of value from WebViewCore
718 // ideally mZoomOverviewWidth should be mContentWidth. But sites like espn,
719 // engadget always have wider mContentWidth no matter what viewport size is.
    [all...]
WebViewCore.java     [all...]

Completed in 370 milliseconds