Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowContainerTests.java119 assertNull("window must have no parent", w.getParentWindow()); in testCreation()
138 assertEquals(root, layer1.getParentWindow()); in testAdd()
139 assertEquals(root, secondLayer1.getParentWindow()); in testAdd()
140 assertEquals(root, layer2.getParentWindow()); in testAdd()
141 assertEquals(root, layerNeg1.getParentWindow()); in testAdd()
142 assertEquals(root, layerNeg2.getParentWindow()); in testAdd()
143 assertEquals(root, secondLayerNeg1.getParentWindow()); in testAdd()
144 assertEquals(root, layer0.getParentWindow()); in testAdd()
242 assertNotNull(child12.getParentWindow()); in testRemoveImmediately()
244 assertNull(child12.getParentWindow()); in testRemoveImmediately()
[all …]
DWindowStateTests.java203 assertNull(parentWindow.getParentWindow()); in testGetParentWindow()
204 assertEquals(parentWindow, child1.getParentWindow()); in testGetParentWindow()
205 assertEquals(parentWindow, child2.getParentWindow()); in testGetParentWindow()
226 assertEquals(child1, child2.getParentWindow()); in testGetTopParentWindow()
232 assertEquals(child1, child2.getParentWindow()); in testGetTopParentWindow()
795 makeWindowVisible(win, win.getParentWindow()); in testReportResizedWithRemoteException()
DDisplayContentTests.java1504 makeWindowVisible(win, win.getParentWindow()); in testRequestResizeForEmptyFrames()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java1451 final boolean attachedFrameChanged = mLayoutAttached && getParentWindow().frameChanged(); in updateResizingWindowIfNeeded()
1855 final WindowState parent = getParentWindow(); in wouldBeVisibleRequestedIfPolicyIgnored()
2257 && (!mIsChildWindow || !getParentWindow().hasMoved()) in hasMoved()
2876 final WindowState parentWindow = getParentWindow(); in getProcessGlobalConfiguration()
3612 final WindowState parentWindow = getParentWindow(); in registeredForDisplayAreaConfigChanges()
3649 outFrames.attachedFrame.set(getParentWindow().getFrame()); in fillClientWindowFramesAndConfiguration()
4132 pw.println(prefix + "mParentWindow=" + getParentWindow() in dump()
4326 WindowState getParentWindow() { in getParentWindow() method in WindowState
4337 current = current.getParentWindow(); in getTopParentWindow()
4349 final WindowState parent = getParentWindow(); in isParentWindowHidden()
[all …]
DImeInsetsSourceProvider.java579 && dcTarget.getWindow().getParentWindow() == target in isAboveImeLayeringTarget()
DDisplayContent.java991 getDisplayPolicy().layoutWindowLw(w, w.getParentWindow(), mDisplayFrames);
1006 w -> getDisplayPolicy().applyPostLayoutPolicyLw(w, w.mAttrs, w.getParentWindow(),
DWindowManagerService.java1934 outAttachedFrame.set(win.getParentWindow().getFrame()); in addWindow()
/frameworks/base/services/
Dart-profile-boot579 Lcom/android/server/wm/WindowState;->getParentWindow()Lcom/android/server/wm/WindowState;
Dart-profile3885 HSPLcom/android/server/wm/WindowState;->getParentWindow()Lcom/android/server/wm/WindowState;
Dart-wear-profile29865 HPLcom/android/server/wm/WindowState;->getParentWindow()Lcom/android/server/wm/WindowState;