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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CursorAnchorInfoUtils.java 168 final int maxLine = layout.getLineForOffset(composingTextEnd - 1);
169 for (int line = minLine; line <= maxLine; ++line) {
  /external/skia/tools/bookmaker/
definition.cpp     [all...]
  /external/skqp/tools/bookmaker/
definition.cpp     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 605 int maxLine = getMaxLine();
606 displayCandidates(this.mConverter, false, maxLine);
738 int maxLine = (mPortrait) ? mPortraitNumberOfLine : mLandscapeNumberOfLine;
739 return maxLine;
767 * @param maxLine The maximum number of displaying lines
769 private void displayCandidates(WnnEngine converter, boolean dispFirst, int maxLine) {
782 if (maxLine == -1) {
784 maxLine = mLineCount + SET_CANDIDATE_FIRST_LINE_COUNT;
788 } else if (maxLine == SET_CANDIDATE_DELAY_LINE_COUNT) {
790 maxLine = mLineCount + SET_CANDIDATE_DELAY_LINE_COUNT
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
TextView.java     [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 

Completed in 267 milliseconds