Searched refs:removeFromParentIfKeptForAnimation (Results 1 – 9 of 9) sorted by relevance
141 val removedFromParent = childNode.removeFromParentIfKeptForAnimation()252 fun removeFromParentIfKeptForAnimation(): Boolean { regex253 return controller.removeFromParentIfKeptForAnimation()
60 override fun removeFromParentIfKeptForAnimation(): Boolean = false
85 fun removeFromParentIfKeptForAnimation(): Boolean regex
36 override fun removeFromParentIfKeptForAnimation(): Boolean = false
104 override fun removeFromParentIfKeptForAnimation(): Boolean = false
27 override fun removeFromParentIfKeptForAnimation(): Boolean = false
303 override fun removeFromParentIfKeptForAnimation(): Boolean {
184 Assert.assertTrue(controller.removeFromParentIfKeptForAnimation())193 Assert.assertFalse(controller.removeFromParentIfKeptForAnimation())
461 public boolean removeFromParentIfKeptForAnimation() { in removeFromParentIfKeptForAnimation() method in ExpandableNotificationRowController