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

/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp52 void Picture::endRecording() { function in class:android::Picture
54 mPicture.reset(mRecorder->endRecording());
103 this->endRecording();
119 return reRecorder.endRecording();
/frameworks/base/libs/hwui/tests/
H A Dmain.cpp48 static void endRecording(DisplayListRenderer* renderer, RenderNode* node) { function
64 endRecording(renderer, node.get());
110 endRecording(renderer, rootNode);
/frameworks/base/graphics/java/android/graphics/
H A DPicture.java72 * To stop recording, call endRecording(). After endRecording() the Canvas
83 * Call endRecording when the picture is built. After this call, the picture
88 public void endRecording() { method in class:Picture
120 * {@link Picture#endRecording()} in order to prepare for playback.
131 endRecording();

Completed in 643 milliseconds