Home
last modified time | relevance | path

Searched refs:updateSampledRegion (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashedHandleViewController.java165 mStashedHandleView.updateSampledRegion(mStashedHandleBounds); in updateBounds()
251 mStashedHandleView.updateSampledRegion(mStashedHandleBounds); in updateRegionSampling()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DStashedHandleViewController.java149 mStashedHandleView.updateSampledRegion(mStashedHandleBounds); in init()
272 mStashedHandleView.updateSampledRegion(mStashedHandleBounds); in updateSamplingState()
DStashedHandleView.java78 public void updateSampledRegion(Rect stashedHandleBounds) { in updateSampledRegion() method in StashedHandleView