Home
last modified time | relevance | path

Searched refs:mHwuiContext (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DSurface.java140 private HwuiContext mHwuiContext; field in Surface
323 if (mHwuiContext != null) { in release()
324 mHwuiContext.destroy(); in release()
325 mHwuiContext = null; in release()
351 if (mHwuiContext != null) { in hwuiDestroy()
352 mHwuiContext.destroy(); in hwuiDestroy()
353 mHwuiContext = null; in hwuiDestroy()
454 if (mHwuiContext != null) { in unlockCanvasAndPost()
455 mHwuiContext.unlockAndPost(canvas); in unlockCanvasAndPost()
504 if (mHwuiContext == null) { in lockHardwareCanvas()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DFakeScrollCaptureConnection.java43 private HwuiContext mHwuiContext; field in FakeScrollCaptureConnection
49 mHwuiContext = new HwuiContext(surface); in startCapture()
64 Canvas canvas = mHwuiContext.lockCanvas(rect.width(), rect.height()); in requestImage()
68 mHwuiContext.unlockAndPost(canvas); in requestImage()
86 mHwuiContext.destroy(); in endCapture()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt65259 Landroid/view/Surface;->mHwuiContext:Landroid/view/Surface$HwuiContext;