Searched refs:mStashedHandleBounds (Results 1 – 2 of 2) sorted by relevance
63 private final Rect mStashedHandleBounds = new Rect(); field in BubbleStashedHandleViewController105 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()
86 private final Rect mStashedHandleBounds = new Rect(); field in StashedHandleViewController143 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()