Searched defs:endSection (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
H A DTrace.java28 * tag isn't set, calls to {@link #beginSection(String)} or {@link #endSection()} are no-ops. <p>
38 abstract void endSection(); method in class:Trace.AbstractTrace
57 * be followed by a corresponding call to {@link #endSection()} on the same thread.
77 * ensure that beginSection / endSection pairs are properly nested and called from the same
80 public static void endSection() { method in class:Trace
81 sTrace.endSection();
83 LogUtil.v(TAG, "endSection()");
98 void endSection() { method in class:Trace.TraceJBMR2
99 android.os.Trace.endSection();
112 void endSection() { method in class:Trace.TraceShim
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterDrawRepresentation.java301 public void endSection(float x, float y) { method in class:FilterDrawRepresentation

Completed in 1083 milliseconds