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

/frameworks/base/core/java/android/os/
H A DStrictMode.java142 // How many Span tags (e.g. animations) to report.
1694 public static class Span { class in class:StrictMode
1697 private Span mNext;
1698 private Span mPrev; // not used when in freeList, only active
1701 Span(ThreadSpanState threadState) { method in class:StrictMode.Span
1706 protected Span() { method in class:StrictMode.Span
1741 if (LOG_V) Log.d(TAG, "Span finished=" + mName + "; size=" + state.mActiveSize);
1760 private static final Span NO_OP_SPAN = new Span() {
1770 * all members of this structure (as well as the Span node
[all...]

Completed in 623 milliseconds