Loading core/java/android/window/WindowInfosListenerForTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,8 @@ public class WindowInfosListenerForTest { @Override public String toString() { return name + ", frame=" + bounds return name + ", displayId=" + displayId + ", frame=" + bounds + ", isVisible=" + isVisible + ", isTrustedOverlay=" + isTrustedOverlay + ", token=" + windowToken; Loading Loading
core/java/android/window/WindowInfosListenerForTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,8 @@ public class WindowInfosListenerForTest { @Override public String toString() { return name + ", frame=" + bounds return name + ", displayId=" + displayId + ", frame=" + bounds + ", isVisible=" + isVisible + ", isTrustedOverlay=" + isTrustedOverlay + ", token=" + windowToken; Loading