待機界面
發表時(shí)間:2021-1-4
發布人(rén):融晨科技
浏覽次數: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);