Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DWindowContainerTests.java71 assertNull("window must have no parent", w.getParentWindow()); in testCreation()
90 assertEquals(root, layer1.getParentWindow()); in testAdd()
91 assertEquals(root, secondLayer1.getParentWindow()); in testAdd()
92 assertEquals(root, layer2.getParentWindow()); in testAdd()
93 assertEquals(root, layerNeg1.getParentWindow()); in testAdd()
94 assertEquals(root, layerNeg2.getParentWindow()); in testAdd()
95 assertEquals(root, secondLayerNeg1.getParentWindow()); in testAdd()
96 assertEquals(root, layer0.getParentWindow()); in testAdd()
196 assertNotNull(child12.getParentWindow()); in testRemoveImmediately()
198 assertNull(child12.getParentWindow()); in testRemoveImmediately()
[all …]
DWindowStateTests.java128 assertNull(parentWindow.getParentWindow()); in testGetParentWindow()
129 assertEquals(parentWindow, child1.getParentWindow()); in testGetParentWindow()
130 assertEquals(parentWindow, child2.getParentWindow()); in testGetParentWindow()
151 assertEquals(child1, child2.getParentWindow()); in testGetTopParentWindow()
157 assertEquals(child1, child2.getParentWindow()); in testGetTopParentWindow()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java1839 && (!mIsChildWindow || !getParentWindow().hasMoved()); in hasMoved()
3243 || (isChildWindow() && getParentWindow().isDockedResizing()); in isDockedResizing()
3326 pw.print(prefix); pw.print("mParentWindow="); pw.print(getParentWindow()); in dump()
3641 WindowState getParentWindow() { in getParentWindow() method in WindowState
3652 current = current.getParentWindow(); in getTopParentWindow()
3664 final WindowState parent = getParentWindow(); in isParentWindowHidden()
3894 windowInfo.parentToken = getParentWindow().mClient.asBinder(); in getWindowInfo()
4090 window = window.getParentWindow(); in isSelfOrAncestorWindowAnimatingExit()
4543 final WindowState parentWindow = getParentWindow(); in getTransformationMatrix()
4723 final WindowState parent = getParentWindow(); in transformFrameToSurfacePosition()
[all …]
DDisplayContent.java607 mService.mPolicy.layoutWindowLw(w, w.getParentWindow(), mDisplayFrames);
627 w -> mService.mPolicy.applyPostLayoutPolicyLw(w, w.mAttrs, w.getParentWindow(),