Home
last modified time | relevance | path

Searched refs:mTargetPoint (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java116 protected Point mTargetPoint; field in ActivatableNotificationView
543 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()
DExpandableNotificationRow.java3880 mTargetPoint = p;
3884 return mTargetPoint;