Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleController.java +0 −16 Original line number Diff line number Diff line Loading @@ -3179,22 +3179,6 @@ public class BubbleController implements ConfigurationChangeListener, }); } @Override public void showDropTarget(boolean show, BubbleBarLocation location) { ProtoLog.d(WM_SHELL_BUBBLES_NOISY, "IBubbles.showDropTarget: show=%b loc=%s", show, location); executeRemoteCallWithTaskPermission( mController, "showDropTarget", (controller) -> { if (show) { showBubbleBarExpandedViewDropTarget(location); } else { hideBubbleBarExpandedViewDropTarget(); } }); } @Override public void moveDraggedBubbleToFullscreen(String key, Point dropLocation) { ProtoLog.d(WM_SHELL_BUBBLES_NOISY, "IBubbles.moveDraggedBubbleToFullscreen: key=%s " Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/IBubbles.aidl +2 −4 Original line number Diff line number Diff line Loading @@ -58,9 +58,7 @@ interface IBubbles { oneway void showExpandedView() = 14; oneway void showDropTarget(in boolean show, in @nullable BubbleBarLocation location) = 15; oneway void moveDraggedBubbleToFullscreen(in String key, in Point dropLocation) = 15; oneway void moveDraggedBubbleToFullscreen(in String key, in Point dropLocation) = 16; oneway void setHasBubbleBar(in boolean hasBubbleBar) = 17; oneway void setHasBubbleBar(in boolean hasBubbleBar) = 16; } No newline at end of file Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleController.java +0 −16 Original line number Diff line number Diff line Loading @@ -3179,22 +3179,6 @@ public class BubbleController implements ConfigurationChangeListener, }); } @Override public void showDropTarget(boolean show, BubbleBarLocation location) { ProtoLog.d(WM_SHELL_BUBBLES_NOISY, "IBubbles.showDropTarget: show=%b loc=%s", show, location); executeRemoteCallWithTaskPermission( mController, "showDropTarget", (controller) -> { if (show) { showBubbleBarExpandedViewDropTarget(location); } else { hideBubbleBarExpandedViewDropTarget(); } }); } @Override public void moveDraggedBubbleToFullscreen(String key, Point dropLocation) { ProtoLog.d(WM_SHELL_BUBBLES_NOISY, "IBubbles.moveDraggedBubbleToFullscreen: key=%s " Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/IBubbles.aidl +2 −4 Original line number Diff line number Diff line Loading @@ -58,9 +58,7 @@ interface IBubbles { oneway void showExpandedView() = 14; oneway void showDropTarget(in boolean show, in @nullable BubbleBarLocation location) = 15; oneway void moveDraggedBubbleToFullscreen(in String key, in Point dropLocation) = 15; oneway void moveDraggedBubbleToFullscreen(in String key, in Point dropLocation) = 16; oneway void setHasBubbleBar(in boolean hasBubbleBar) = 17; oneway void setHasBubbleBar(in boolean hasBubbleBar) = 16; } No newline at end of file