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

/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp50 void Picture::endRecording() { function in class:android::Picture
99 this->endRecording();
/frameworks/base/graphics/java/android/graphics/
H A DPicture.java76 * To stop recording, call endRecording(). After endRecording() the Canvas
87 * Call endRecording when the picture is built. After this call, the picture
92 public void endRecording() { method in class:Picture
124 * {@link Picture#endRecording()} in order to prepare for playback.
130 endRecording();

Completed in 415 milliseconds