Home
last modified time | relevance | path

Searched refs:applyContentTransformation (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DSectionHeaderView.java110 protected void applyContentTransformation(float contentAlpha, float translationY) { in applyContentTransformation() method in SectionHeaderView
111 super.applyContentTransformation(contentAlpha, translationY); in applyContentTransformation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java784 applyContentTransformation(contentAlpha, translationY); in updateContentTransformation()
800 protected void applyContentTransformation(float contentAlpha, float translationY) { in applyContentTransformation() method in ExpandableView
H A DExpandableNotificationRow.java1562 protected void applyContentTransformation(float contentAlpha, float translationY) {
1563 super.applyContentTransformation(contentAlpha, translationY);