Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDiffer.kt162 parentNode.moveChildTo(childNode, index)
238 fun moveChildTo(child: ShadeNode, index: Int) { regex
239 controller.moveChildTo(child.controller, index)
H A DNodeController.kt51 fun moveChildTo(child: NodeController, index: Int) { regex
H A DRootNodeController.kt53 override fun moveChildTo(child: NodeController, index: Int) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDifferTest.kt287 override fun moveChildTo(child: NodeController, index: Int) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java375 public void moveChildTo(NodeController child, int index) { in moveChildTo() method in ExpandableNotificationRowController