Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDiffer.kt156 parentNode.addChildAt(childNode, index)
233 fun addChildAt(child: ShadeNode, index: Int) { regex
234 controller.addChildAt(child.controller, index)
H A DNodeController.kt46 fun addChildAt(child: NodeController, index: Int) { regex
H A DRootNodeController.kt47 override fun addChildAt(child: NodeController, index: Int) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DShadeViewDifferTest.kt283 override fun addChildAt(child: NodeController, index: Int) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java366 public void addChildAt(NodeController child, int index) { in addChildAt() method in ExpandableNotificationRowController