Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/DeadZone.java +1 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ public class DeadZone extends View { mLastPokeTime = event.getEventTime(); if (DEBUG) Slog.v(TAG, "poked! size=" + getSize(mLastPokeTime)); postInvalidate(); if (mShouldFlash) postInvalidate(); } public void setFlash(float f) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/DeadZone.java +1 −1 Original line number Diff line number Diff line Loading @@ -135,7 +135,7 @@ public class DeadZone extends View { mLastPokeTime = event.getEventTime(); if (DEBUG) Slog.v(TAG, "poked! size=" + getSize(mLastPokeTime)); postInvalidate(); if (mShouldFlash) postInvalidate(); } public void setFlash(float f) { Loading