Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DZOrderingTests.java191 mDisplayContent.assignChildLayers(mTransaction); in testAssignWindowLayers_ForImeWithNoTarget()
210 mDisplayContent.assignChildLayers(mTransaction); in testAssignWindowLayers_ForImeWithAppTarget()
235 mDisplayContent.assignChildLayers(mTransaction); in testAssignWindowLayers_ForImeWithAppTargetWithChildWindows()
257 mDisplayContent.assignChildLayers(mTransaction); in testAssignWindowLayers_ForImeWithAppTargetAndAppAbove()
280 mDisplayContent.assignChildLayers(mTransaction); in testAssignWindowLayers_ForImeNonAppImeTarget()
303 mDisplayContent.assignChildLayers(mTransaction); in testAssignWindowLayers_ForStatusBarImeTarget()
331 mDisplayContent.assignChildLayers(mTransaction); in testStackLayers()
352 mDisplayContent.assignChildLayers(mTransaction); in testAssignWindowLayers_ForSysUiPanels()
372 mDisplayContent.assignChildLayers(mTransaction); in testAssignWindowLayers_ForNegativelyZOrderedSubtype()
393 mDisplayContent.assignChildLayers(mTransaction); in testDockedDividerPosition()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java196 mParent.assignChildLayers(); in onParentSet()
980 void assignChildLayers(Transaction t) { in assignChildLayers() method in WindowContainer
987 wc.assignChildLayers(t); in assignChildLayers()
1000 void assignChildLayers() { in assignChildLayers() method in WindowContainer
1001 assignChildLayers(getPendingTransaction()); in assignChildLayers()
1172 parent.assignChildLayers(t); in reassignLayer()
DDisplayContent.java2402 assignChildLayers(getPendingTransaction()); in assignWindowLayers()
3586 void assignChildLayers(SurfaceControl.Transaction t) { in assignChildLayers() method in DisplayContent.TaskStackContainers
3591 s.assignChildLayers(t); in assignChildLayers()
3704 void assignChildLayers(SurfaceControl.Transaction t) { in assignChildLayers() method in DisplayContent.AboveAppWindowContainers
3705 assignChildLayers(t, null /* imeContainer */); in assignChildLayers()
3708 void assignChildLayers(SurfaceControl.Transaction t, WindowContainer imeContainer) { in assignChildLayers() method in DisplayContent.AboveAppWindowContainers
3720 wt.assignChildLayers(t); in assignChildLayers()
3913 void assignChildLayers(SurfaceControl.Transaction t) { in assignChildLayers() method in DisplayContent
3952 mBelowAppWindowsContainers.assignChildLayers(t); in assignChildLayers()
3953 mTaskStackContainers.assignChildLayers(t); in assignChildLayers()
[all …]
DWindowState.java4788 public void assignChildLayers(Transaction t) { in assignChildLayers() method in WindowState
4804 w.assignChildLayers(t); in assignChildLayers()
DWindowManagerService.java1499 win.getParent().assignChildLayers(); in addWindow()