Merge "Remove mEnterAnimationPending check for accessibility" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d9adbffc4e
@@ -855,8 +855,7 @@ final class AccessibilityController {
|
||||
mTempLayer = 0;
|
||||
mDisplayContent.forAllWindows((w) -> {
|
||||
if (w.isOnScreen() && w.isVisibleLw()
|
||||
&& (w.mAttrs.alpha != 0)
|
||||
&& !w.mWinAnimator.mEnterAnimationPending) {
|
||||
&& (w.mAttrs.alpha != 0)) {
|
||||
mTempLayer++;
|
||||
outWindows.put(mTempLayer, w);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user