d1dd4cdf2c32a6e49c43858150b51cebf07765ea
avoid to cache the whole MotionEvent, since it will clone the whole instance fields again to cause GC triggering, since we only need the getX() value in the MotionEvent, rather than the whole data Bug: 195306545 Test: make SettingsRoboTests Change-Id: Ic3840b0a4eb6587ec229ba3de2c62ec868d1a535
…
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%