Searched refs:matchParentBounds (Results 1 – 14 of 14) sorted by relevance
494 if (!matchParentBounds()) { in getDimBounds()548 if (matchParentBounds()) { in adjustBoundsForDisplayChangeIfNeeded()703 return matchParentBounds() || !getWindowConfiguration().canResizeTask(); in fillsParent()776 proto.write(FILLS_PARENT, matchParentBounds()); in writeToProto()
220 if (matchParentBounds()) { in alignTasksToAdjustedBounds()629 if (matchParentBounds()) { in reparent()1369 proto.write(FILLS_PARENT, matchParentBounds()); in writeToProto()1420 return matchParentBounds(); in fillsParent()
219 public boolean matchParentBounds() { in matchParentBounds() method in ConfigurationContainer
537 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()
2323 if (!matchParentBounds()) { in updateOverrideConfigurationForStack()2577 proto.write(FULLSCREEN, matchParentBounds()); in writeToProto()2579 if (!matchParentBounds()) { in writeToProto()
1844 public boolean matchParentBounds() { in matchParentBounds() method in AppWindowToken1845 if (super.matchParentBounds()) { in matchParentBounds()
486 if (!matchParentBounds()) { in dump()2898 if (!matchParentBounds()) { in resolveOverrideConfiguration()
3402 && mInputMethodTarget.mAppToken.matchParentBounds()) { in computeImeParent()4456 && mHomeStack.matchParentBounds())) { in getOrientation()
3562 if (w.mAppToken != null && !w.mAppToken.matchParentBounds()) { in shouldRotateSeamlessly()
3407 return mAppToken == null || (mAppToken.matchParentBounds() && !inMultiWindowMode()); in inAppWindowThatMatchesParentBounds()
2224 if (!task.matchParentBounds()) { in getTaskBounds()
234 doReturn(false).when(mAppWindow.mAppToken).matchParentBounds(); in testShouldRotateSeamlessly()
726 doReturn(false).when(mAppWindow.mAppToken).matchParentBounds(); in testComputeImeParent_app_notMatchParentBounds()
15626 HSPLcom/android/server/wm/AppWindowToken;->matchParentBounds()Z15764 HSPLcom/android/server/wm/ConfigurationContainer;->matchParentBounds()Z