Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java651 doReturn(true).when(win.mActivityRecord).matchParentBounds(); in testShouldRotateSeamlessly()
657 doReturn(false).when(win.mActivityRecord).matchParentBounds(); in testShouldRotateSeamlessly()
DDisplayContentTests.java1065 doReturn(false).when(mAppWindow.mActivityRecord).matchParentBounds(); in testComputeImeParent_app_notMatchParentBounds()
1119 doReturn(false).when(mAppWindow.mActivityRecord).matchParentBounds(); in testComputeImeControlTarget_notMatchParentBounds()
DSizeCompatTests.java389 assertTrue(mActivity.matchParentBounds()); in testAspectRatioMatchParentBoundsAndImeAttachable()
/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java239 public boolean matchParentBounds() { in matchParentBounds() method in ConfigurationContainer
DDisplayRotation.java697 if (w.mActivityRecord != null && !w.mActivityRecord.matchParentBounds()) { in shouldRotateSeamlessly()
DTask.java3450 if (!matchParentBounds()) { in getDimBounds()
3835 return getWindowingMode() == WINDOWING_MODE_FULLSCREEN || matchParentBounds();
4285 && other.matchParentBounds()) {
7827 proto.write(FILLS_PARENT, matchParentBounds());
DActivityRecord.java923 if (!matchParentBounds()) { in dump()
7124 public boolean matchParentBounds() { in matchParentBounds() method in ActivityRecord
7186 if (!matchParentBounds()) { in resolveOverrideConfiguration()
7232 !matchParentBounds(), in resolveOverrideConfiguration()
DWindowState.java4019 … return mActivityRecord == null || (mActivityRecord.matchParentBounds() && !inMultiWindowMode()); in inAppWindowThatMatchesParentBounds()
DDisplayContent.java1613 if (!r.getDisplayArea().matchParentBounds()) { in handleTopActivityLaunchingInDifferentOrientation()
/frameworks/base/services/
Dart-profile44104 HPLcom/android/server/wm/ActivityRecord;->matchParentBounds()Z+]Lcom/android/server/wm/WindowContai…
45259 HSPLcom/android/server/wm/ConfigurationContainer;->matchParentBounds()Z+]Landroid/graphics/Rect;Lan…