Searched refs:areBoundsLetterboxed (Results 1 – 9 of 9) sorted by relevance
69 when(mMockActivityRecord.areBoundsLetterboxed()).thenReturn(false); in setUp()173 when(mMockActivityRecord.areBoundsLetterboxed()).thenReturn(true); in testIsRotationLockEnforced_activityIsLetterboxed_lockNotEnforced()
651 assertFalse(mActivity.areBoundsLetterboxed()); in testIsLetterboxed_activityFromBubble_returnsFalse()1851 assertTrue(mActivity.areBoundsLetterboxed()); in testDefaultLetterboxAspectRatioForMultiWindowMode_fixedOrientationApp()1887 assertTrue(mActivity.areBoundsLetterboxed()); in testDefaultLetterboxAspectRatioForMultiWindowMode_fixedOrientationAppWithMinRatio()2397 assertFalse(activity.areBoundsLetterboxed());2433 assertFalse(activity.areBoundsLetterboxed());4317 assertFalse(mActivity.areBoundsLetterboxed());4323 assertTrue(mActivity.areBoundsLetterboxed());4339 assertTrue(mActivity.areBoundsLetterboxed());4346 assertTrue(mActivity.areBoundsLetterboxed());4349 assertTrue(mActivity.areBoundsLetterboxed());[all …]
121 if (activityRecord.areBoundsLetterboxed()) { in isRotationLockEnforcedLocked()
1604 boolean areBoundsLetterboxed = mainWin.areAppWindowBoundsLetterboxed(); in dump()1605 pw.println(prefix + "areBoundsLetterboxed=" + areBoundsLetterboxed); in dump()1606 if (!areBoundsLetterboxed) { in dump()
1109 if (closingApp.areBoundsLetterboxed()) { in applyAnimations()1117 if (openingApp.areBoundsLetterboxed()) { in applyAnimations()
3950 && (mActivityRecord.areBoundsLetterboxed() || isLetterboxedForDisplayCutout()); in areAppWindowBoundsLetterboxed()5348 && activityRecord.areBoundsLetterboxed() in updateSurfacePosition()
3518 appCompatTaskInfo.topActivityBoundsLetterboxed = top != null && top.areBoundsLetterboxed();
8699 boolean areBoundsLetterboxed() { in areBoundsLetterboxed() method in ActivityRecord
25517 HPLcom/android/server/wm/ActivityRecord;->areBoundsLetterboxed()Z