Searched refs:mShownAlpha (Results 1 – 1 of 1) sorted by relevance
133 float mShownAlpha = 0; field in WindowStateAnimator743 mShownAlpha = mAlpha; in computeShownFrameLocked()749 mShownAlpha *= screenRotationAnimation.getEnterTransformation().getAlpha(); in computeShownFrameLocked()756 && (mShownAlpha == 1.0 || mShownAlpha == 0.0)) Slog.v( in computeShownFrameLocked()776 mShownAlpha = mAlpha; in computeShownFrameLocked()1135 || mLastAlpha != mShownAlpha in prepareSurfaceLocked()1144 mLastAlpha = mShownAlpha; in prepareSurfaceLocked()1154 "alpha=" + mShownAlpha + " layer=" + mAnimLayer in prepareSurfaceLocked()1161 mSurfaceController.prepareToShowInTransaction(mShownAlpha, in prepareSurfaceLocked()1442 if (mShownAlpha != 1 || mAlpha != 1 || mLastAlpha != 1) { in dump()[all …]