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

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListFilterView.java 36 private View mIndent;
72 mIndent = findViewById(R.id.indent);
114 mIndent.setVisibility(View.GONE);
123 mIndent.setVisibility(mSingleAccount ? View.GONE : View.VISIBLE);
140 if (mIndent != null) {
141 mIndent.setVisibility(View.GONE);
  /frameworks/compile/slang/
slang_rs_reflection.h 67 std::string mIndent;
85 mIndent = "";
133 out() << mIndent;
138 mIndent.append(4, ' ');
144 mIndent.erase(0, 4);
148 inline int getIndentLevel() { return (mIndent.length() >> 2); }
  /dalvik/vm/
CheckJni.cpp 655 mIndent = methodName.size() + 1;
658 mIndent = 0;
661 LOGI("JNI: %*s<- %s returned %s", mIndent, "", mFunctionName, msg.c_str());
710 size_t mIndent;
    [all...]

Completed in 20 milliseconds