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.java154 mStashedHandleView.updateSampledRegion(mStashedHandleBounds); in updateBounds()
232 mStashedHandleView.updateSampledRegion(mStashedHandleBounds); in updateRegionSampling()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DStashedHandleViewController.java148 mStashedHandleView.updateSampledRegion(mStashedHandleBounds); in init()
263 mStashedHandleView.updateSampledRegion(mStashedHandleBounds); in updateSamplingState()
DStashedHandleView.java77 public void updateSampledRegion(Rect stashedHandleBounds) { in updateSampledRegion() method in StashedHandleView