Searched refs:mTargetPoint (Results 1 – 2 of 2) sorted by relevance
116 protected Point mTargetPoint; field in ActivatableNotificationView543 if (mTargetPoint != null) { in updateAppearRect()547 setOutlineRect(mTargetPoint.x * fraction, in updateAppearRect()549 + (mAnimationTranslationY - mTargetPoint.y) * fraction, in updateAppearRect()550 width - (width - mTargetPoint.x) * fraction, in updateAppearRect()551 fullHeight - (fullHeight - mTargetPoint.y) * fraction); in updateAppearRect()
3880 mTargetPoint = p;3884 return mTargetPoint;