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

/frameworks/base/core/java/android/view/
H A DSurface.java93 private HwuiContext mHwuiContext; field in class:Surface
179 if (mHwuiContext != null) {
180 mHwuiContext.destroy();
181 mHwuiContext = null;
279 if (mHwuiContext != null) {
280 mHwuiContext.unlockAndPost(canvas);
330 if (mHwuiContext == null) {
331 mHwuiContext = new HwuiContext();
333 return mHwuiContext.lockCanvas(
466 if (mHwuiContext !
[all...]

Completed in 39 milliseconds