Home | History | Annotate | Download | only in wm

Lines Matching defs:mDestroying

490     boolean mDestroying;
1504 && !mAnimatingExit && !mDestroying && (!mIsWallpaper || mWallpaperVisible);
1550 && !mAnimatingExit && !mDestroying;
1559 if (!mHasSurface || mDestroying || !mPolicyVisibility) {
1578 return (isOnScreen() || isAppType) && !mAnimatingExit && !mDestroying;
1598 return mHasSurface && mPolicyVisibility && !mDestroying
1612 final boolean exiting = mAnimatingExit || mDestroying;
1650 || mDestroying;
1658 return mHasSurface && !mDestroying &&
1670 return mHasSurface && !mDestroying &&
2118 + " exiting=" + mAnimatingExit + " destroying=" + mDestroying);
2829 if (mDestroying) {
2843 mDestroying = false;
3285 proto.write(DESTROYING, mDestroying);
3446 if (mAnimatingExit || mRemoveOnExit || mDestroying || mRemoved) {
3449 pw.print(" mDestroying="); pw.print(mDestroying);
4137 mDestroying = true;
4185 if (mDestroying) {
4186 mDestroying = false;
4261 || mDestroying) {
4417 + mRemoveOnExit + ", mDestroying=" + mDestroying);
4422 if (mDestroying) {
4423 mDestroying = false;