待机界面
发表时间:2021-1-4
发布人:葵宇科技
浏览次数:67
解决方法:
路径:frameworks/base/services/java/com/android/server/power/RampAnimator.java
代码:
final class RampAnimator<T> { public boolean animateTo(int target, int rate) { // Immediately jump to the target the first time. if (mFirstTime) { - mFirstTime = false; + //mFirstTime = false; mProperty.setValue(mObject, target);