Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java110 protected Point mTargetPoint; field in ActivatableNotificationView
514 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()
H A DExpandableNotificationRow.java3739 mTargetPoint = p;
3743 return mTargetPoint;