Searched refs:stopRecyclerTracing (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListRecyclerProfiling.java51 ViewDebug.stopRecyclerTracing();
/frameworks/base/core/java/android/view/
H A DViewDebug.java479 * {@link #stopRecyclerTracing()} is invoked before.
481 * Traces files are created only after {@link #stopRecyclerTracing()} is invoked.
488 * @see #stopRecyclerTracing()
498 throw new IllegalStateException("You must call stopRecyclerTracing() before running" +
523 public static void stopRecyclerTracing() { method in class:ViewDebug
531 " stopRecyclerTracing()!");

Completed in 74 milliseconds