Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewDiffer.kt144 val removedFromParent = childNode.removeFromParentIfKeptForAnimation() in <lambda>()
261 fun removeFromParentIfKeptForAnimation(): Boolean { in removeFromParentIfKeptForAnimation() method in ShadeNode
262 return controller.removeFromParentIfKeptForAnimation() in removeFromParentIfKeptForAnimation()
DMediaContainerController.kt60 override fun removeFromParentIfKeptForAnimation(): Boolean = false in <lambda>() method in com.android.systemui.statusbar.notification.collection.render.MediaContainerController
DNodeController.kt85 fun removeFromParentIfKeptForAnimation(): Boolean in offerToKeepInParentForAnimation() method
DRootNodeController.kt36 override fun removeFromParentIfKeptForAnimation(): Boolean = false in offerToKeepInParentForAnimation() method in com.android.systemui.statusbar.notification.collection.render.RootNodeController
DSectionHeaderController.kt104 override fun removeFromParentIfKeptForAnimation(): Boolean = false in offerToKeepInParentForAnimation() method in com.android.systemui.statusbar.notification.collection.render.SectionHeaderNodeControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
DFakeNodeController.kt27 override fun removeFromParentIfKeptForAnimation(): Boolean = false method in com.android.systemui.statusbar.notification.collection.render.FakeNodeController
DShadeViewDifferTest.kt303 override fun removeFromParentIfKeptForAnimation(): Boolean { in removeFromParentIfKeptForAnimation() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt184 Assert.assertTrue(controller.removeFromParentIfKeptForAnimation()) in removeFromParent_keptForAnimation()
193 Assert.assertFalse(controller.removeFromParentIfKeptForAnimation()) in removeFromParent_notKeptForAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java462 public boolean removeFromParentIfKeptForAnimation() { in removeFromParentIfKeptForAnimation() method in ExpandableNotificationRowController