Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewDiffer.kt138 parentNode.addChildAt(childNode, index) in <lambda>()
215 fun addChildAt(child: ShadeNode, index: Int) { in getChildAt() method
216 controller.addChildAt(child.controller, index) in getChildAt()
DRootNodeController.kt41 override fun addChildAt(child: NodeController, index: Int) { in addChildAt() method in com.android.systemui.statusbar.notification.collection.render.RootNodeController
DNodeController.kt44 fun addChildAt(child: NodeController, index: Int) { in getChildCount() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewDifferTest.java263 public void addChildAt(@NonNull NodeController child, int index) { in addChildAt() method in ShadeViewDifferTest.FakeController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java227 public void addChildAt(NodeController child, int index) { in addChildAt() method in ExpandableNotificationRowController