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

  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 306 int popupWidth = 0;
320 popupWidth = max(popupWidth, itemFont.width(TextRun(text.characters(), text.length())));
325 popupWidth += ScrollbarTheme::nativeTheme()->scrollbarThickness(SmallScrollbar);
328 popupWidth += max(0, client()->clientPaddingRight() - client()->clientInsetRight()) + max(0, client()->clientPaddingLeft() - client()->clientInsetLeft());
331 popupWidth += 2 * popupWindowBorderWidth;
335 popupWidth = max(rScreenCoords.width() - client()->clientInsetLeft() - client()->clientInsetRight(), popupWidth);
340 IntRect popupRect(popupX, rScreenCoords.bottom(), popupWidth, popupHeight);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateView.java 451 final int popupWidth = wordWidth
462 popupWidth, popupHeight);
464 mPreviewPopup.setWidth(popupWidth);
LatinKeyboardBaseView.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]

Completed in 292 milliseconds