Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewDiffer.kt107 childNode.offerToKeepInParentForAnimation()) { in <lambda>()
257 fun offerToKeepInParentForAnimation(): Boolean { in offerToKeepInParentForAnimation() method in ShadeNode
258 return controller.offerToKeepInParentForAnimation() in offerToKeepInParentForAnimation()
DMediaContainerController.kt59 override fun offerToKeepInParentForAnimation(): Boolean = false in <lambda>() method in com.android.systemui.statusbar.notification.collection.render.MediaContainerController
DNodeController.kt77 fun offerToKeepInParentForAnimation(): Boolean in offerToKeepInParentForAnimation() method
DRootNodeController.kt35 override fun offerToKeepInParentForAnimation(): Boolean = false in offerToKeepInParentForAnimation() method in com.android.systemui.statusbar.notification.collection.render.RootNodeController
DSectionHeaderController.kt103 override fun offerToKeepInParentForAnimation(): 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.kt26 override fun offerToKeepInParentForAnimation(): Boolean = false method in com.android.systemui.statusbar.notification.collection.render.FakeNodeController
DShadeViewDifferTest.kt299 override fun offerToKeepInParentForAnimation(): Boolean { in offerToKeepInParentForAnimation() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt168 Assert.assertTrue(controller.offerToKeepInParentForAnimation()) in offerKeepInParent_parentDismissed()
174 Assert.assertFalse(controller.offerToKeepInParentForAnimation()) in offerKeepInParent_parentNotDismissed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java449 public boolean offerToKeepInParentForAnimation() { in offerToKeepInParentForAnimation() method in ExpandableNotificationRowController