Loading quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleStashedHandleViewController.java +8 −6 Original line number Diff line number Diff line Loading @@ -203,6 +203,7 @@ public class BubbleStashedHandleViewController { private void updateRegionSampling() { boolean handleVisible = mStashedHandleView.getVisibility() == VISIBLE && mBubbleStashController.isStashed(); if (mRegionSamplingHelper != null) { mRegionSamplingHelper.setWindowVisible(handleVisible); if (handleVisible) { mStashedHandleView.updateSampledRegion(mStashedHandleBounds); Loading @@ -211,6 +212,7 @@ public class BubbleStashedHandleViewController { mRegionSamplingHelper.stop(); } } } /** * Sets the translation of the stashed handle during the swipe up gesture. Loading Loading
quickstep/src/com/android/launcher3/taskbar/bubbles/BubbleStashedHandleViewController.java +8 −6 Original line number Diff line number Diff line Loading @@ -203,6 +203,7 @@ public class BubbleStashedHandleViewController { private void updateRegionSampling() { boolean handleVisible = mStashedHandleView.getVisibility() == VISIBLE && mBubbleStashController.isStashed(); if (mRegionSamplingHelper != null) { mRegionSamplingHelper.setWindowVisible(handleVisible); if (handleVisible) { mStashedHandleView.updateSampledRegion(mStashedHandleBounds); Loading @@ -211,6 +212,7 @@ public class BubbleStashedHandleViewController { mRegionSamplingHelper.stop(); } } } /** * Sets the translation of the stashed handle during the swipe up gesture. Loading