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

  /external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/
SuggestionPopup.java 113 int popupHeight = appRect.height() - dropDownItemHeight;
116 if (height < popupHeight)
117 popupHeight = height;
119 return popupHeight;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]

Completed in 58 milliseconds