Searched refs:removeFromParentIfKeptForAnimation (Results 1 – 9 of 9) sorted by relevance
144 val removedFromParent = childNode.removeFromParentIfKeptForAnimation() in <lambda>()261 fun removeFromParentIfKeptForAnimation(): Boolean { in removeFromParentIfKeptForAnimation() method in ShadeNode262 return controller.removeFromParentIfKeptForAnimation() in removeFromParentIfKeptForAnimation()
60 override fun removeFromParentIfKeptForAnimation(): Boolean = false in <lambda>() method in com.android.systemui.statusbar.notification.collection.render.MediaContainerController
85 fun removeFromParentIfKeptForAnimation(): Boolean in offerToKeepInParentForAnimation() method
36 override fun removeFromParentIfKeptForAnimation(): Boolean = false in offerToKeepInParentForAnimation() method in com.android.systemui.statusbar.notification.collection.render.RootNodeController
104 override fun removeFromParentIfKeptForAnimation(): Boolean = false in offerToKeepInParentForAnimation() method in com.android.systemui.statusbar.notification.collection.render.SectionHeaderNodeControllerImpl
27 override fun removeFromParentIfKeptForAnimation(): Boolean = false method in com.android.systemui.statusbar.notification.collection.render.FakeNodeController
303 override fun removeFromParentIfKeptForAnimation(): Boolean { in removeFromParentIfKeptForAnimation() method
184 Assert.assertTrue(controller.removeFromParentIfKeptForAnimation()) in removeFromParent_keptForAnimation()193 Assert.assertFalse(controller.removeFromParentIfKeptForAnimation()) in removeFromParent_notKeptForAnimation()
462 public boolean removeFromParentIfKeptForAnimation() { in removeFromParentIfKeptForAnimation() method in ExpandableNotificationRowController