Home
last modified time | relevance | path

Searched refs:hasSurface (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DCanvasContextTests.cpp41 ASSERT_FALSE(canvasContext->hasSurface()); in RENDERTHREAD_TEST()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java397 boolean hasSurface() { in hasSurface() method in WindowStateAnimator
398 return mSurfaceController != null && mSurfaceController.hasSurface(); in hasSurface()
513 if (!hasSurface()) { in prepareSurfaceLocked()
576 if (hasSurface()) { in prepareSurfaceLocked()
847 if (!hasSurface()) { in getSurfaceControl()
DInputMonitor.java419 if (!focus.mWinAnimator.hasSurface() || !focus.mInputWindowHandle.isFocusable()) { in updateInputFocusRequest()
525 if (w.mWinAnimator.hasSurface()) { in accept()
581 if (w.mWinAnimator.hasSurface()) { in accept()
DWindowSurfaceController.java271 boolean hasSurface() { in hasSurface() method in WindowSurfaceController
DWindowState.java2582 void setHasSurface(boolean hasSurface) { in setHasSurface() argument
2583 mHasSurface = hasSurface; in setHasSurface()
5013 final boolean hasSurface = mWinAnimator.hasSurface(); in onExitAnimationDone()
5026 if (hasSurface) { in onExitAnimationDone()
5676 if (mWinAnimator.hasSurface()) { in assignChildLayers()
5682 if (mWinAnimator.hasSurface()) { in assignChildLayers()
DWindowManagerService.java2346 if (!shouldRelayout && winAnimator.hasSurface() && !win.mAnimatingExit) { in relayoutWindow()
2409 if (viewVisibility == View.VISIBLE && winAnimator.hasSurface()) { in relayoutWindow()
/frameworks/base/libs/hwui/renderthread/
DDrawFrameTask.cpp239 if (CC_UNLIKELY(!mContext->hasSurface() || !canDraw)) { in syncFrameState()
240 if (!mContext->hasSurface()) { in syncFrameState()
DCanvasContext.cpp213 bool hasSurface = mRenderPipeline->setSurface( in setupPipelineSurface() local
223 if (mNativeSurface != nullptr && hasSurface) { in setupPipelineSurface()
252 } else if (mIsDirty && hasSurface()) { in setStopped()
385 if (CC_UNLIKELY(!hasSurface())) { in prepareTree()
DCanvasContext.h122 bool hasSurface() const { return mNativeSurface.get(); } in hasSurface() function
/frameworks/base/services/
Dart-profile-boot654 Lcom/android/server/wm/WindowStateAnimator;->hasSurface()Z
740 Lcom/android/server/wm/WindowSurfaceController;->hasSurface()Z
Dart-profile50786 HSPLcom/android/server/wm/WindowStateAnimator;->hasSurface()Z+]Lcom/android/server/wm/WindowSurface…
50807 HPLcom/android/server/wm/WindowSurfaceController;->hasSurface()Z