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

  /packages/inputmethods/LatinIME/native/src/
correction.h 113 int mMaxDepth;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 593 private int mMaxDepth;
615 String[] indentationLevels = new String[mMaxDepth + 1];
642 if (depth > mMaxDepth) {
643 mMaxDepth = depth;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 43 private int mMaxDepth;
214 mMaxDepth = mInputLength * 3;
276 if (depth > mMaxDepth) {
    [all...]

Completed in 689 milliseconds