Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTask.java494 if (!matchParentBounds()) { in getDimBounds()
548 if (matchParentBounds()) { in adjustBoundsForDisplayChangeIfNeeded()
703 return matchParentBounds() || !getWindowConfiguration().canResizeTask(); in fillsParent()
776 proto.write(FILLS_PARENT, matchParentBounds()); in writeToProto()
DTaskStack.java220 if (matchParentBounds()) { in alignTasksToAdjustedBounds()
629 if (matchParentBounds()) { in reparent()
1369 proto.write(FILLS_PARENT, matchParentBounds()); in writeToProto()
1420 return matchParentBounds(); in fillsParent()
DConfigurationContainer.java219 public boolean matchParentBounds() { in matchParentBounds() method in ConfigurationContainer
DActivityStack.java537 if (mTaskStack.matchParentBounds()) { in createTaskStack()
600 } else if (!matchParentBounds()) { in onConfigurationChanged()
829 if (mTaskStack.matchParentBounds()) { in setWindowingModeInSurfaceTransaction()
5534 && !matchParentBounds() && task.isResizeable() && !isLockscreenShown) { in createTaskRecord()
5801 if (!matchParentBounds()) { in writeToProto()
5807 proto.write(FULLSCREEN, matchParentBounds()); in writeToProto()
DTaskRecord.java2323 if (!matchParentBounds()) { in updateOverrideConfigurationForStack()
2577 proto.write(FULLSCREEN, matchParentBounds()); in writeToProto()
2579 if (!matchParentBounds()) { in writeToProto()
DAppWindowToken.java1844 public boolean matchParentBounds() { in matchParentBounds() method in AppWindowToken
1845 if (super.matchParentBounds()) { in matchParentBounds()
DActivityRecord.java486 if (!matchParentBounds()) { in dump()
2898 if (!matchParentBounds()) { in resolveOverrideConfiguration()
DDisplayContent.java3402 && mInputMethodTarget.mAppToken.matchParentBounds()) { in computeImeParent()
4456 && mHomeStack.matchParentBounds())) { in getOrientation()
DDisplayPolicy.java3562 if (w.mAppToken != null && !w.mAppToken.matchParentBounds()) { in shouldRotateSeamlessly()
DWindowState.java3407 return mAppToken == null || (mAppToken.matchParentBounds() && !inMultiWindowMode()); in inAppWindowThatMatchesParentBounds()
DActivityTaskManagerService.java2224 if (!task.matchParentBounds()) { in getTaskBounds()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyTests.java234 doReturn(false).when(mAppWindow.mAppToken).matchParentBounds(); in testShouldRotateSeamlessly()
DDisplayContentTests.java726 doReturn(false).when(mAppWindow.mAppToken).matchParentBounds(); in testComputeImeParent_app_notMatchParentBounds()
/frameworks/base/services/
Dart-profile15626 HSPLcom/android/server/wm/AppWindowToken;->matchParentBounds()Z
15764 HSPLcom/android/server/wm/ConfigurationContainer;->matchParentBounds()Z