Loading services/java/com/android/server/WindowManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -5478,7 +5478,7 @@ public class WindowManagerService extends IWindowManager.Stub + " fin=" + finished + " gfw=" + gotFirstWindow + " ed=" + eventDispatching + " tts=" + timeToSwitch + " wf=" + wasFrozen + " fp=" + focusPaused + " mcf=" + mCurrentFocus + "}}"; + " mcf=" + curFocus + "}}"; } }; private DispatchState mDispatchState = null; Loading Loading
services/java/com/android/server/WindowManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -5478,7 +5478,7 @@ public class WindowManagerService extends IWindowManager.Stub + " fin=" + finished + " gfw=" + gotFirstWindow + " ed=" + eventDispatching + " tts=" + timeToSwitch + " wf=" + wasFrozen + " fp=" + focusPaused + " mcf=" + mCurrentFocus + "}}"; + " mcf=" + curFocus + "}}"; } }; private DispatchState mDispatchState = null; Loading