Searched refs:mIconRect (Results 1 – 2 of 2) sorted by relevance
37 protected Rect mIconRect; field in FlingAnimation57 mIconRect = mDropTarget.getIconRect(mDragObject); in run()132 float sX = -mFrom.exactCenterX() + mIconRect.exactCenterX(); in initFlingUpDuration()160 float sY = -mFrom.exactCenterY() + mIconRect.exactCenterY(); in initFlingLeftDuration()
68 private final Rect mIconRect = new Rect(); field in ModeTransitionView198 mIconRect.set(mWidth / 2 - mIconSize / 2, mHeight / 2 - mIconSize / 2, in onLayout()200 mIconDrawable.setBounds(mIconRect); in onLayout()276 mIconDrawable.setBounds(mIconRect); in startPeepHoleAnimation()