HomeSort by relevance Sort by last modified time
    Searched refs:mHasSurface (Results 1 - 10 of 10) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 252 boolean mHasSurface = false;
617 return mHasSurface && mPolicyVisibility && !mAttachedHidden
638 return mHasSurface && !mDestroying && !mExiting
652 return mHasSurface && mPolicyVisibility && !mAttachedHidden
662 return mHasSurface && mPolicyVisibility && !mAttachedHidden
682 return (mHasSurface || (!mRelayoutCalled && mViewVisibility == View.VISIBLE))
694 if (!mHasSurface || !mPolicyVisibility || mDestroying) {
714 return mHasSurface && mPolicyVisibility && !mDestroying
736 return mHasSurface && !mDestroying
779 return mHasSurface && !mDestroying &
    [all...]
WindowStateAnimator.java 648 mWin.mHasSurface = true;
658 mWin.mHasSurface = false;
664 mWin.mHasSurface = false;
771 mWin.mHasSurface =false;
    [all...]
WindowAnimator.java 301 + " hasSurface=" + win.mHasSurface
WindowManagerService.java     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /frameworks/native/services/surfaceflinger/
LayerBase.cpp 481 mHasSurface(false),
513 LOG_ALWAYS_FATAL_IF(mHasSurface,
516 mHasSurface = true;
LayerBase.h 335 mutable bool mHasSurface;
  /frameworks/rs/
rsContext.cpp 268 if (!rsc->mRootScript.get() || !rsc->mHasSurface || rsc->mPaused) {
287 if ((rsc->mRootScript.get() != NULL) && rsc->mHasSurface &&
421 mHasSurface = false;
474 mHasSurface = sur != NULL;
rsContext.h 254 bool mHasSurface;

Completed in 409 milliseconds