Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DStashedHandleViewController.java66 private final Rect mStashedHandleBounds = new Rect(); field in StashedHandleViewController
117 mStashedHandleBounds.set( in init()
122 mStashedHandleView.updateSampledRegion(mStashedHandleBounds); in init()
124 outline.setRoundRect(mStashedHandleBounds, mStashedHandleRadius); in init()
157 mControllers.taskbarViewController.getIconLayoutBounds(), mStashedHandleBounds); in createRevealAnimToIsStashed()
180 mStashedHandleView.updateSampledRegion(mStashedHandleBounds); in onIsStashed()