Searched defs:hasSurface (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.h125 bool hasSurface() { return mNativeSurface.get(); } function in class:android::uirenderer::renderthread::CanvasContext
H A DCanvasContext.cpp189 bool hasSurface = mRenderPipeline->setSurface(surface, mSwapBehavior); local
193 if (hasSurface) {
223 } else if (mIsDirty && hasSurface()) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java491 boolean hasSurface() { method in class:WindowSurfaceController
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) {

Completed in 2024 milliseconds