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

  /frameworks/base/core/java/android/os/
Trace.java 254 * be followed by a corresponding call to {@link #endSection()} on the same thread.
276 * ensure that beginSection / endSection pairs are properly nested and called from the same
279 public static void endSection() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterDrawRepresentation.java 148 public void endSection(float x, float y) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 129 mFRep.endSection(mTmpPoint[0], mTmpPoint[1]);

Completed in 58 milliseconds