Searched refs:nLockCanvas (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DGraphicBuffer.java171 if (nLockCanvas(mNativeObject, mCanvas, dirty)) {
290 private static native boolean nLockCanvas(int nativeObject, Canvas canvas, Rect dirty); method in class:GraphicBuffer
H A DTextureView.java681 if (!nLockCanvas(mNativeWindow, mCanvas, dirty)) {
819 private static native boolean nLockCanvas(int nativeWindow, Canvas canvas, Rect dirty); method in class:TextureView

Completed in 165 milliseconds