Home
last modified time | relevance | path

Searched refs:moveChildTo (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewDiffer.kt165 parentNode.moveChildTo(childNode, index) in <lambda>()
243 fun moveChildTo(child: ShadeNode, index: Int) { in moveChildTo() method
245 controller.moveChildTo(child.controller, index) in moveChildTo()
DNodeController.kt51 fun moveChildTo(child: NodeController, index: Int) { in moveChildTo() method
DRootNodeController.kt53 override fun moveChildTo(child: NodeController, index: Int) { in moveChildTo() method in com.android.systemui.statusbar.notification.collection.render.RootNodeController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewDifferTest.kt287 override fun moveChildTo(child: NodeController, index: Int) { in moveChildTo() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java376 public void moveChildTo(NodeController child, int index) { in moveChildTo() method in ExpandableNotificationRowController