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

  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 257 boolean mHasSurface = false;
659 return mHasSurface && mPolicyVisibility && !mAttachedHidden
681 return mHasSurface && !mDestroying && !mExiting
695 return mHasSurface && mPolicyVisibility && !mAttachedHidden
705 return mHasSurface && mPolicyVisibility && !mAttachedHidden
725 return (mHasSurface || (!mRelayoutCalled && mViewVisibility == View.VISIBLE))
737 if (!mHasSurface || !mPolicyVisibility || mDestroying) {
757 return mHasSurface && mPolicyVisibility && !mDestroying
779 return mHasSurface && !mDestroying
826 return mHasSurface && !mDestroying &
    [all...]
WindowStateAnimator.java 687 mWin.mHasSurface = true;
697 mWin.mHasSurface = false;
703 mWin.mHasSurface = false;
806 mWin.mHasSurface =false;
    [all...]
WindowManagerService.java     [all...]
WindowAnimator.java 402 + " hasSurface=" + win.mHasSurface
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /frameworks/support/renderscript/v8/rs_support/
rsContext.h 186 bool mHasSurface;
rsContext.cpp 286 mHasSurface = false;
  /frameworks/native/services/surfaceflinger/
LayerBase.cpp 491 mHasSurface(false),
523 LOG_ALWAYS_FATAL_IF(mHasSurface,
526 mHasSurface = true;
LayerBase.h 347 mutable bool mHasSurface;
  /frameworks/rs/
rsContext.cpp 321 if (!rsc->mRootScript.get() || !rsc->mHasSurface || rsc->mPaused) {
340 if ((rsc->mRootScript.get() != NULL) && rsc->mHasSurface &&
474 mHasSurface = false;
527 mHasSurface = sur != NULL;
rsContext.h 256 bool mHasSurface;

Completed in 1203 milliseconds