Home
last modified time | relevance | path

Searched defs:addChildAt (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNodeController.kt46 fun addChildAt(child: NodeController, index: Int) { regex
H A DShadeViewDiffer.kt233 fun addChildAt(child: ShadeNode, index: Int) { regex
/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