* commit '3af80eff608b2ee2de7291f82b9163d5df4b15cf': Send POWER_HINT_INTERACTION on rotate.
This commit is contained in:
@@ -767,6 +767,8 @@ public class PhoneWindowManager implements WindowManagerPolicy {
|
||||
private final Runnable mUpdateRotationRunnable = new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
// send interaction hint to improve redraw performance
|
||||
mPowerManagerInternal.powerHint(PowerManagerInternal.POWER_HINT_INTERACTION, 0);
|
||||
updateRotation(false);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user