Searched refs:switchToParent (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | QSPanelSwitchToParentTest.kt | 74 QSPanel.switchToParent(movingView, null, -1, "") 81 QSPanel.switchToParent(movingView, parent2, -1, "") 96 QSPanel.switchToParent(movingView, parent2, -1, "") 110 QSPanel.switchToParent(movingView, parent2, -1, "") 122 QSPanel.switchToParent(movingView, parent2, 1, "") 136 QSPanel.switchToParent(movingView, parent2, 2, "") 150 QSPanel.switchToParent(movingView, parent2, 1, "")
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSPanel.java | 437 switchToParent((View) newLayout, parent, index); in switchAllContentToParent() 442 switchToParent(mFooter, parent, index); in switchAllContentToParent() 447 private void switchToParent(View child, ViewGroup parent, int index) { in switchToParent() method in QSPanel 448 switchToParent(child, parent, index, getDumpableTag()); in switchToParent() 739 static void switchToParent(View child, ViewGroup parent, int index, String tag) { in switchToParent() method in QSPanel
|