Loading quickstep/src/com/android/quickstep/SystemUiProxy.java +3 −1 Original line number Diff line number Diff line Loading @@ -836,7 +836,9 @@ public class SystemUiProxy implements ISystemUiProxy, NavHandle { */ public void setBubbleBarBounds(Rect bubbleBarBounds) { try { if (mBubbles != null) { mBubbles.setBubbleBarBounds(bubbleBarBounds); } } catch (RemoteException e) { Log.w(TAG, "Failed call setBubbleBarBounds"); } Loading Loading
quickstep/src/com/android/quickstep/SystemUiProxy.java +3 −1 Original line number Diff line number Diff line Loading @@ -836,7 +836,9 @@ public class SystemUiProxy implements ISystemUiProxy, NavHandle { */ public void setBubbleBarBounds(Rect bubbleBarBounds) { try { if (mBubbles != null) { mBubbles.setBubbleBarBounds(bubbleBarBounds); } } catch (RemoteException e) { Log.w(TAG, "Failed call setBubbleBarBounds"); } Loading