Home
last modified time | relevance | path

Searched refs:mStashedHandleBounds (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashedHandleViewController.java63 private final Rect mStashedHandleBounds = new Rect(); field in BubbleStashedHandleViewController
105 outline.setRoundRect(mStashedHandleBounds, stashedHandleRadius); in init()
137 mStashedHandleBounds.set( in updateBounds()
146 mStashedHandleBounds.set( in updateBounds()
154 mStashedHandleView.updateSampledRegion(mStashedHandleBounds); in updateBounds()
232 mStashedHandleView.updateSampledRegion(mStashedHandleBounds); in updateRegionSampling()
268 stashedHandleRadius, stashedHandleRadius, bubbleBarBounds, mStashedHandleBounds); in createRevealAnimToIsStashed()
303 return x >= mStashedHandleBounds.left && x <= mStashedHandleBounds.right; in containsX()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DStashedHandleViewController.java86 private final Rect mStashedHandleBounds = new Rect(); field in StashedHandleViewController
143 mStashedHandleBounds.set( in init()
148 mStashedHandleView.updateSampledRegion(mStashedHandleBounds); in init()
150 outline.setRoundRect(mStashedHandleBounds, mStashedHandleRadius); in init()
172 out.set(mStashedHandleBounds); in getStashedHandleBounds()
225 startRadius, mStashedHandleRadius, visualBounds, mStashedHandleBounds); in createRevealAnimToIsStashed()
263 mStashedHandleView.updateSampledRegion(mStashedHandleBounds); in updateSamplingState()