Home
last modified time | relevance | path

Searched refs:removeFromParentIfKeptForAnimation (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDiffer.kt141 val removedFromParent = childNode.removeFromParentIfKeptForAnimation()
252 fun removeFromParentIfKeptForAnimation(): Boolean { regex
253 return controller.removeFromParentIfKeptForAnimation()
H A DMediaContainerController.kt60 override fun removeFromParentIfKeptForAnimation(): Boolean = false
H A DNodeController.kt85 fun removeFromParentIfKeptForAnimation(): Boolean regex
H A DRootNodeController.kt36 override fun removeFromParentIfKeptForAnimation(): Boolean = false
H A DSectionHeaderController.kt104 override fun removeFromParentIfKeptForAnimation(): Boolean = false
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DFakeNodeController.kt27 override fun removeFromParentIfKeptForAnimation(): Boolean = false
H A DShadeViewDifferTest.kt303 override fun removeFromParentIfKeptForAnimation(): Boolean {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowControllerTest.kt184 Assert.assertTrue(controller.removeFromParentIfKeptForAnimation())
193 Assert.assertFalse(controller.removeFromParentIfKeptForAnimation())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java461 public boolean removeFromParentIfKeptForAnimation() { in removeFromParentIfKeptForAnimation() method in ExpandableNotificationRowController