Searched refs:addChildAt (Results 1 – 5 of 5) sorted by relevance
138 parentNode.addChildAt(childNode, index) in <lambda>()215 fun addChildAt(child: ShadeNode, index: Int) { in getChildAt() method216 controller.addChildAt(child.controller, index) in getChildAt()
41 override fun addChildAt(child: NodeController, index: Int) { in addChildAt() method in com.android.systemui.statusbar.notification.collection.render.RootNodeController
44 fun addChildAt(child: NodeController, index: Int) { in getChildCount() method
263 public void addChildAt(@NonNull NodeController child, int index) { in addChildAt() method in ShadeViewDifferTest.FakeController
227 public void addChildAt(NodeController child, int index) { in addChildAt() method in ExpandableNotificationRowController