We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b79781a + 6c3da7f commit 08d842aCopy full SHA for 08d842a
services/java/com/android/server/WindowManagerService.java
@@ -5478,7 +5478,7 @@ public String toString() {
5478
+ " fin=" + finished + " gfw=" + gotFirstWindow
5479
+ " ed=" + eventDispatching + " tts=" + timeToSwitch
5480
+ " wf=" + wasFrozen + " fp=" + focusPaused
5481
- + " mcf=" + mCurrentFocus + "}}";
+ + " mcf=" + curFocus + "}}";
5482
}
5483
};
5484
private DispatchState mDispatchState = null;
0 commit comments