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

/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp49 void Picture::endRecording() { function in class:android::Picture
94 this->endRecording();
/frameworks/base/graphics/java/android/graphics/
H A DPicture.java77 * To stop recording, call endRecording(). After endRecording() the Canvas
83 throw new IllegalStateException("Picture already recording, must call #endRecording()");
92 * Call endRecording when the picture is built. After this call, the picture
97 public void endRecording() { method in class:Picture
127 * {@link #endRecording()}. Prior to that it will be the default value of false.
145 * {@link Picture#endRecording()} in order to prepare for playback.
151 endRecording();

Completed in 70 milliseconds