Searched refs:mResourceNames (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/ |
H A D | ArrayInitializerFormatter.java | 27 private final String[] mResourceNames; field in ArrayInitializerFormatter 40 mResourceNames = resourceNames; in ArrayInitializerFormatter() 54 mIndent, mResourceNames[mStartIndexOfBuffer], mBuffer); in flush() 61 mIndent, mResourceNames[mStartIndexOfBuffer], startElement, in flush() 62 mIndent, mResourceNames[lastIndex], mLastElement); in flush() 67 mIndent, mResourceNames[mStartIndexOfBuffer], in flush() 69 mIndent, mResourceNames[lastIndex]); in flush()
|