Home
last modified time | relevance | path

Searched refs:switchToParent (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanel.java611 switchToParent((View) newLayout, parent, index); in switchAllContentToParent()
621 switchToParent(view, mHeaderContainer, 1 /* always in second place */); in switchAllContentToParent()
625 switchToParent(view, parent, index); in switchAllContentToParent()
633 switchToParent(mFooter, parent, index); in switchAllContentToParent()
637 private void switchToParent(View child, ViewGroup parent, int index) { in switchToParent() method in QSPanel