Searched refs:addChildAt (Results 1 – 5 of 5) sorted by relevance
159 parentNode.addChildAt(childNode, index) in <lambda>()236 fun addChildAt(child: ShadeNode, index: Int) { in getChildAt() method in ShadeNode238 controller.addChildAt(child.controller, index) in getChildAt()
46 fun addChildAt(child: NodeController, index: Int) { in getChildCount() method
47 override fun addChildAt(child: NodeController, index: Int) { in addChildAt() method in com.android.systemui.statusbar.notification.collection.render.RootNodeController
283 override fun addChildAt(child: NodeController, index: Int) { in addChildAt() method
367 public void addChildAt(NodeController child, int index) { in addChildAt() method in ExpandableNotificationRowController