Searched refs:lockCanvas (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/view/
H A DSurfaceHolder.java31 * {@link #lockCanvas} and {@link Callback#surfaceCreated Callback.surfaceCreated()}.
49 * Exception that is thrown from {@link #lockCanvas} when called on a Surface
204 * lockCanvas(), for this reason, every pixel within the Surface area
224 public Canvas lockCanvas(); method in interface:SurfaceHolder
228 * Just like {@link #lockCanvas()} but allows specification of a dirty rectangle.
231 * the dirty rectangle will be preserved by the next call to lockCanvas().
233 * @see android.view.SurfaceHolder#lockCanvas
238 public Canvas lockCanvas(Rect dirty); method in interface:SurfaceHolder
244 * will remain unchanged when lockCanvas() is called again.
246 * @see #lockCanvas()
[all...]
H A DTextureView.java99 * cannot use {@link #lockCanvas()} to draw onto the TextureView at the same
628 * and lockCanvas(), for this reason, every pixel within the Surface area
639 * @see #lockCanvas(android.graphics.Rect)
642 public Canvas lockCanvas() { method in class:TextureView
643 return lockCanvas(null);
647 * Just like {@link #lockCanvas()} but allows specification of a dirty
650 * to lockCanvas().
656 * @see #lockCanvas()
659 public Canvas lockCanvas(Rect dirty) { method in class:TextureView
678 * will remain unchanged when lockCanvas() i
[all...]
H A DSurfaceView.java756 public Canvas lockCanvas() {
760 public Canvas lockCanvas(Rect dirty) {
781 c = mSurface.lockCanvas(dirty);
H A DSurface.java218 private int mCanvasSaveCount; // Canvas save count at time of lockCanvas()
402 * @return True if it holds a physical surface, so lockCanvas() will succeed.
445 public Canvas lockCanvas(Rect dirty) method in class:Surface
454 * @param canvas The canvas previously obtained from {@link #lockCanvas}.
H A DViewRootImpl.java2214 canvas = mSurface.lockCanvas(dirty);
5186 public Canvas lockCanvas() {
5190 public Canvas lockCanvas(Rect dirty) {
H A DView.java16286 Canvas canvas = surface.lockCanvas(null);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DSurfaceView.java88 public Canvas lockCanvas() {
93 public Canvas lockCanvas(Rect dirty) {
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java156 public Canvas lockCanvas() { method in class:BaseSurfaceHolder
160 public Canvas lockCanvas(Rect dirty) { method in class:BaseSurfaceHolder
184 c = mSurface.lockCanvas(dirty);
/frameworks/base/services/java/com/android/server/wm/
H A DStrictModeFlash.java64 c = mSurface.lockCanvas(dirty);
H A DWatermark.java144 c = mSurface.lockCanvas(dirty);
H A DWindowManagerService.java8734 Canvas c = drawSurface.lockCanvas(dirty);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DCanvasTextureViewActivity.java90 final Canvas canvas = mSurface.lockCanvas(null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java428 Canvas c = sh.lockCanvas();

Completed in 232 milliseconds