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

  /frameworks/base/libs/hwui/pipeline/skia/
DumpOpsCanvas.h 36 , mIdent((level + 1) * 2, ' ') {}
40 mOutput << mIdent << "clipRect" << std::endl;
44 mOutput << mIdent << "clipRRect" << std::endl;
48 mOutput << mIdent << "clipPath" << std::endl;
52 mOutput << mIdent << "clipRegion" << std::endl;
55 void onDrawPaint(const SkPaint&) override { mOutput << mIdent << "drawPaint" << std::endl; }
58 mOutput << mIdent << "drawPath" << std::endl;
62 mOutput << mIdent << "drawRect" << std::endl;
66 mOutput << mIdent << "drawRegion" << std::endl;
70 mOutput << mIdent << "drawOval" << std::endl
    [all...]
  /frameworks/base/core/java/android/app/servertransaction/
LaunchActivityItem.java 49 private int mIdent;
74 ActivityClientRecord r = new ActivityClientRecord(token, mIntent, mIdent, mInfo,
118 dest.writeInt(mIdent);
170 return intentsEqual && mIdent == other.mIdent
187 result = 31 * result + mIdent;
235 return "LaunchActivityItem{intent=" + mIntent + ",ident=" + mIdent + ",info=" + mInfo
251 instance.mIdent = ident;
  /frameworks/base/core/java/android/app/
Activity.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 993 milliseconds