Loading services/core/java/com/android/server/wm/AccessibilityWindowsPopulator.java +2 −0 Original line number Diff line number Diff line Loading @@ -853,6 +853,8 @@ public final class AccessibilityWindowsPopulator extends WindowInfosListener { windowInfo.title = "Splitscreen Divider"; } else if (window.mIsPIPMenu) { windowInfo.title = "Picture-in-Picture menu"; // Set it to true to be consistent with the legacy implementation. windowInfo.inPictureInPicture = true; } return windowInfo; } Loading Loading
services/core/java/com/android/server/wm/AccessibilityWindowsPopulator.java +2 −0 Original line number Diff line number Diff line Loading @@ -853,6 +853,8 @@ public final class AccessibilityWindowsPopulator extends WindowInfosListener { windowInfo.title = "Splitscreen Divider"; } else if (window.mIsPIPMenu) { windowInfo.title = "Picture-in-Picture menu"; // Set it to true to be consistent with the legacy implementation. windowInfo.inPictureInPicture = true; } return windowInfo; } Loading