Searched refs:mHwuiContext (Results 1 – 1 of 1) sorted by relevance
114 private HwuiContext mHwuiContext; field in Surface217 if (mHwuiContext != null) { in release()218 mHwuiContext.destroy(); in release()219 mHwuiContext = null; in release()329 if (mHwuiContext != null) { in unlockCanvasAndPost()330 mHwuiContext.unlockAndPost(canvas); in unlockCanvasAndPost()379 if (mHwuiContext == null) { in lockHardwareCanvas()380 mHwuiContext = new HwuiContext(); in lockHardwareCanvas()382 return mHwuiContext.lockCanvas( in lockHardwareCanvas()556 if (mHwuiContext != null) { in setNativeObjectLocked()[all …]