summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramVertexFixedFunction.java
diff options
context:
space:
mode:
authorchaviw <chaviw@google.com>2020-06-25 09:12:55 -0700
committerChavi Weingarten <chaviw@google.com>2020-06-25 16:23:57 +0000
commit4bf251ca4ea094052ecb88ad053dc678655f8903 (patch)
treec6323c3f61925f46a6c7f4257ff3f7e882b6034d /rs/java/android/renderscript/ProgramVertexFixedFunction.java
parentfe913ac721f062cf7a3ffe505c4d2a21d35cc2ab (diff)
Remove mEnterAnimationPending check for accessibility
Accessibility was relying on WS.mEnterAnimationPending to determine if a window was ready on screen. However, that variable no longer represents what it used to and it doesn't actually mean the app is animating. The variable is only set when a relayout is requested and then unset when show is called. Accessibility is already checking isOnScreen and isVisibleLw so that should cover the cases to check if the window is ready. mEnterAnimationPending is not always set properly and causes issues with accessibility, which is the only place currently using it. Fixes: 152537982 Test: Magnification for Accessibility works Change-Id: Ib0f37b3cc6d744fd84f466a65e6ce006e07e116e
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions