Searched refs:mIconRect (Results 1 – 2 of 2) sorted by relevance
39 protected Rect mIconRect; field in FlingAnimation59 mIconRect = mDropTarget.getIconRect(mDragObject); in run()132 float sX = -mFrom.centerX() + mIconRect.exactCenterX(); in initFlingUpDuration()160 float sY = -mFrom.centerY() + 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()