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

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp152 } else if (mIsDirty && hasSurface()) {
H A DCanvasContext.h86 bool hasSurface() { return mNativeSurface.get(); } function in class:android::uirenderer::renderthread::CanvasContext
H A DDrawFrameTask.cpp132 if (CC_UNLIKELY(!mContext->hasSurface() || !canDraw)) {
133 if (!mContext->hasSurface()) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskStack.java1313 if (winAnimator == null || !winAnimator.hasSurface()) {
H A DWindowAnimator.java339 if (winAnimator.hasSurface()) {
391 + " hasSurface=" + win.mHasSurface
594 if (winAnimator.mSurfaceController == null || !winAnimator.hasSurface()) {
H A DWindowManagerService.java2968 if (winAnimator.hasSurface() && !win.mAnimatingExit
2974 if (winAnimator.hasSurface() && !win.mAnimatingExit
2993 if (viewVisibility == View.VISIBLE && winAnimator.hasSurface()) {
H A DWindowState.java1482 void setHasSurface(boolean hasSurface) { argument
1483 mHasSurface = hasSurface;
H A DWindowStateAnimator.java556 final boolean hasSurface = hasSurface();
557 if (hasSurface) {
568 if (hasSurface) {
835 boolean hasSurface() { method in class:WindowStateAnimator
837 && mSurfaceController != null && mSurfaceController.hasSurface();
1528 if (!hasSurface()) {
1624 if (hasSurface()) {
H A DWindowSurfaceController.java450 boolean hasSurface() { method in class:WindowSurfaceController

Completed in 275 milliseconds