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

  /frameworks/base/tools/incident_report/
printer.h 37 int mIndent;
  /frameworks/rs/script_api/
Utilities.h 62 std::string mIndent; // The correct spacing at the beginning of each line.
92 *this << mIndent;
97 *this << mIndent << std::string(2 * TAB_SIZE, ' ');
  /frameworks/base/tools/aapt/
IndentPrinter.h 9 , mIndent(0)
14 mIndent += amount;
15 if (mIndent < 0) {
16 mIndent = 0;
47 int numSpaces = mIndent * mIndentSize;
58 int mIndent;
  /system/core/libutils/include/utils/
Printer.h 80 unsigned int mIndent;
  /frameworks/compile/slang/
slang_rs_reflect_utils.h 141 *this << mIndent;
146 std::string mIndent; // The correct spacing at the beginning of each line.
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
ArrayInitializerFormatter.java 24 private final String mIndent;
39 mIndent = indent;
54 mIndent, mResourceNames[mStartIndexOfBuffer], mBuffer);
61 mIndent, mResourceNames[mStartIndexOfBuffer], startElement,
62 mIndent, mResourceNames[lastIndex], mLastElement);
67 mIndent, mResourceNames[mStartIndexOfBuffer],
68 mIndent, mBuffer,
69 mIndent, mResourceNames[lastIndex]);
96 mBuffer.append(mIndent);
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.cpp 43 int mIndent;
49 Formatter() : mIndent(0) {}
54 for (int i = 0; i < out.mIndent; i++) {
69 f.mIndent++;
73 f.mIndent--;
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsListAdapter.java 59 private final int mIndent;
72 mIndent = context.getResources().getDimensionPixelSize(R.dimen.widget_section_indent);
181 container.findViewById(R.id.widgets_cell_list).setPaddingRelative(mIndent, 0, 1, 0);
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 66 private boolean mIndent = false;
225 if (mIndent && mLineStart) {
319 mIndent = true;
377 if (mIndent) {
399 if (mIndent) {
412 if (mIndent) {
  /frameworks/av/media/libnblog/include/media/nblog/
NBLog.h 462 int mIndent; // indentation level
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 199 private int mIndent;
207 Log.d(BUILDER_TAG, String.format(spaces(++mIndent * 2) + format, args));
211 Log.d(BUILDER_TAG, String.format(spaces(mIndent-- * 2) + format, args));
215 Log.d(BUILDER_TAG, String.format(spaces(++mIndent * 2) + format, args));
216 mIndent--;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 745 milliseconds