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

/frameworks/base/libs/hwui/tests/unit/
H A DCanvasContextTests.cpp41 ASSERT_FALSE(canvasContext->hasSurface());
/frameworks/base/libs/hwui/renderthread/
H A DDrawFrameTask.cpp130 if (CC_UNLIKELY(!mContext->hasSurface() || !canDraw)) {
131 if (!mContext->hasSurface()) {
H A DCanvasContext.cpp189 bool hasSurface = mRenderPipeline->setSurface(surface, mSwapBehavior); local
193 if (hasSurface) {
223 } else if (mIsDirty && hasSurface()) {
H A DCanvasContext.h125 bool hasSurface() { return mNativeSurface.get(); } function in class:android::uirenderer::renderthread::CanvasContext
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java782 boolean hasSurface() { method in class:WindowStateAnimator
784 && mSurfaceController != null && mSurfaceController.hasSurface();
1526 if (!hasSurface()) {
1624 if (hasSurface()) {
H A DWindowState.java1706 if (mWinAnimator != null && mWinAnimator.hasSurface()) {
1912 void setHasSurface(boolean hasSurface) { argument
1913 mHasSurface = hasSurface;
4089 final boolean hasSurface = mWinAnimator.hasSurface();
4090 if (hasSurface) {
4101 if (hasSurface) {
H A DWindowSurfaceController.java491 boolean hasSurface() { method in class:WindowSurfaceController
H A DDisplayContent.java326 if (winAnimator.hasSurface()) {
375 if (winAnimator.mSurfaceController == null || !winAnimator.hasSurface()) {
H A DWindowManagerService.java2044 if (winAnimator.hasSurface() && !win.mAnimatingExit
2050 if (winAnimator.hasSurface() && !win.mAnimatingExit
2069 if (viewVisibility == View.VISIBLE && winAnimator.hasSurface()) {

Completed in 1379 milliseconds