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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 677 private int mMaxDepth;
699 String[] indentationLevels = new String[mMaxDepth + 1];
726 if (depth > mMaxDepth) {
727 mMaxDepth = depth;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 44 private int mMaxDepth;
271 mMaxDepth = mInputLength * 3;
413 if (depth > mMaxDepth) {
    [all...]

Completed in 138 milliseconds