Searched refs:mTargetPoint (Results 1 – 2 of 2) sorted by relevance
110 protected Point mTargetPoint; field in ActivatableNotificationView514 if (mTargetPoint != null) { in updateAppearRect()518 setOutlineRect(mTargetPoint.x * fraction, in updateAppearRect()520 + (mAnimationTranslationY - mTargetPoint.y) * fraction, in updateAppearRect()521 width - (width - mTargetPoint.x) * fraction, in updateAppearRect()522 actualHeight - (actualHeight - mTargetPoint.y) * fraction); in updateAppearRect()
3739 mTargetPoint = p;3743 return mTargetPoint;