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

  /external/opencore/engines/author/test/src/
pvaetest.cpp     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 409 int maxLine = getMaxLine();
410 displayCandidates(this.mConverter, false, maxLine);
483 int maxLine = (mPortrait) ? LINE_NUM_PORTRAIT : LINE_NUM_LANDSCAPE;
484 return maxLine;
492 * @param maxLine The maximum number of displaying lines
494 synchronized private void displayCandidates(WnnEngine converter, boolean dispFirst, int maxLine) {
516 if (dispFirst && (maxLine < mLineCount)) {
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 520 int maxLine;
yaffs_guts.c 194 dev->tempBuffer[j].maxLine =
    [all...]

Completed in 813 milliseconds