Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java375 if (customTransformation.customTransformTarget(this, otherState)) { in transformViewTo()
392 if (customTransformation.customTransformTarget(this, otherState)) { in transformViewTo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DViewTransformationHelper.java329 public boolean customTransformTarget(TransformState ownState, in customTransformTarget() method in ViewTransformationHelper.CustomTransformation
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationTemplateViewWrapper.java101 public boolean customTransformTarget(TransformState ownState, in NotificationTemplateViewWrapper()