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.kt159 parentNode.addChildAt(childNode, index) in <lambda>()
236 fun addChildAt(child: ShadeNode, index: Int) { in getChildAt() method in ShadeNode
238 controller.addChildAt(child.controller, index) in getChildAt()
DNodeController.kt46 fun addChildAt(child: NodeController, index: Int) { in getChildCount() method
DRootNodeController.kt47 override fun addChildAt(child: NodeController, index: Int) { in addChildAt() method in com.android.systemui.statusbar.notification.collection.render.RootNodeController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
DShadeViewDifferTest.kt283 override fun addChildAt(child: NodeController, index: Int) { in addChildAt() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java367 public void addChildAt(NodeController child, int index) { in addChildAt() method in ExpandableNotificationRowController