Home
last modified time | relevance | path

Searched refs:resetKeepInParentForAnimation (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDiffer.kt174 childNode.resetKeepInParentForAnimation()
256 fun resetKeepInParentForAnimation() { regex
257 controller.resetKeepInParentForAnimation()
H A DMediaContainerController.kt61 override fun resetKeepInParentForAnimation() {}
H A DNodeController.kt88 fun resetKeepInParentForAnimation() regex
H A DRootNodeController.kt37 override fun resetKeepInParentForAnimation() {}
H A DSectionHeaderController.kt105 override fun resetKeepInParentForAnimation() {}
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DFakeNodeController.kt28 override fun resetKeepInParentForAnimation() = Unit
H A DShadeViewDifferTest.kt312 override fun resetKeepInParentForAnimation() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java472 public void resetKeepInParentForAnimation() { in resetKeepInParentForAnimation() method in ExpandableNotificationRowController