Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DSectionHeaderView.java110 protected void applyContentTransformation(float contentAlpha, float translationY) { in applyContentTransformation() method in SectionHeaderView
111 super.applyContentTransformation(contentAlpha, translationY); in applyContentTransformation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java813 applyContentTransformation(contentAlpha, translationY); in updateContentTransformation()
829 protected void applyContentTransformation(float contentAlpha, float translationY) { in applyContentTransformation() method in ExpandableView
DExpandableNotificationRow.java1657 protected void applyContentTransformation(float contentAlpha, float translationY) {
1658 super.applyContentTransformation(contentAlpha, translationY);