Home
last modified time | relevance | path

Searched refs:fillsParent (Results 1 – 23 of 23) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAbsAppSnapshotController.java333 pixelFormat = use16BitFormat() && activity.fillsParent() in prepareTaskSnapshot()
339 && (!activity.fillsParent() || isWindowTranslucent); in prepareTaskSnapshot()
H A DWallpaperWindowToken.java230 boolean fillsParent() { in fillsParent() method in WallpaperWindowToken
H A DAppTransitionController.java447 if (activity.fillsParent()) { in getTransitCompatType()
454 if (closingApps.valueAt(i).fillsParent()) { in getTransitCompatType()
837 w -> w.fillsParent() && w.findMainWindow() != null); in findAnimLayoutParamsToken()
H A DLetterboxUiController.java149 activityRecord -> activityRecord.fillsParent() && !activityRecord.isFinishing();
1012 && mActivityRecord.fillsParent(); in shouldLetterboxHaveRoundedCorners()
1832 if (mActivityRecord.getTask() == null || mActivityRecord.fillsParent() in updateInheritedLetterbox()
H A DTransition.java386 : (t.isRootTask() && t.fillsParent()); in setTransientLaunch()
2041 return !wc.fillsParent(); in isTranslucent()
2057 return !wc.fillsParent(); in isTranslucent()
2690 w -> w.fillsParent() && w.findMainWindow() != null); in findAnimLayoutParamsActivityRecord()
3282 .setOpaque(wc.fillsParent()) in freeze()
H A DKeyguardController.java679 if (mOccluded && mKeyguardShowing && !display.isSleeping() && !top.fillsParent() in updateVisibility()
H A DDisplayArea.java336 boolean fillsParent() { in fillsParent() method in DisplayArea
H A DWindowContainer.java1753 return fillsParent(); in providesOrientation()
1764 boolean fillsParent() { in fillsParent() method in WindowContainer
4006 if (childFinished && child.isVisibleRequested() && child.fillsParent()) { in isSyncFinished()
H A DWallpaperController.java177 || (w.mActivityRecord != null && !w.mActivityRecord.fillsParent());
H A DBackNavigationController.java1022 !r.fillsParent(), new Rect(), in createRemoteAnimationTarget()
H A DRecentsAnimationController.java1190 !topApp.fillsParent(), new Rect(),
H A DActivityRecord.java3047 boolean fillsParent() { in fillsParent() method in ActivityRecord
8722 if (organizedTf != null && !organizedTf.fillsParent()) { in resolveFixedOrientationConfiguration()
9293 || (organizedTf != null && !organizedTf.fillsParent())) {
10322 proto.write(FILLS_PARENT, fillsParent());
10608 record.getMode(), record.mAdapter.mCapturedLeash, !fillsParent(),
H A DWindowState.java2277 if (task != null && !task.fillsParent()) { in isObscuringDisplay()
5815 boolean fillsParent() { in fillsParent() method in WindowState
H A DTaskFragment.java2941 boolean fillsParent() { in fillsParent() method in TaskFragment
H A DDisplayPolicy.java942 && win.mActivityRecord.fillsParent() in adjustWindowParamsLw()
H A DTask.java3438 info.topActivityInSizeCompat = top.fillsParent();
3464 info.isTopActivityTransparent = top != null && !top.fillsParent();
H A DDisplayContent.java2750 boolean fillsParent() { in fillsParent() method in DisplayContent
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSizeCompatTests.java201 doReturn(false).when(translucentActivity).fillsParent(); in testCleanLetterboxConfigListenerWhenTranslucentIsDestroyed()
229 doReturn(false).when(translucentActivity).fillsParent(); in testHorizontalReachabilityEnabledForTranslucentActivities()
304 doReturn(false).when(translucentActivity).fillsParent(); in testVerticalReachabilityEnabledForTranslucentActivities()
380 doReturn(false).when(translucentActivity).fillsParent(); in testApplyStrategyAgainWhenOpaqueIsDestroyed()
408 doReturn(false).when(translucentActivity).fillsParent(); in testResetOpaqueReferenceWhenOpaqueIsDestroyed()
445 doReturn(false).when(translucentActivity).fillsParent(); in testNotApplyStrategyAgainWhenOpaqueIsNotDestroyed()
471 doReturn(false).when(translucentActivity).fillsParent(); in testApplyStrategyToTranslucentActivities()
496 doReturn(false).when(translucentActivity).fillsParent(); in testApplyStrategyToTranslucentActivitiesRetainsWindowConfigurationProperties()
531 doReturn(false).when(translucentActivity).fillsParent(); in testApplyStrategyToMultipleTranslucentActivities()
561 doReturn(false).when(translucentActivity).fillsParent(); in testNotApplyStrategyToTranslucentActivitiesOverEmbeddedActivities()
[all …]
H A DWallpaperControllerTests.java299 doReturn(true).when(behind.mActivityRecord).fillsParent(); in testShowWhenLockedWallpaperTarget()
300 doReturn(false).when(topTranslucent.mActivityRecord).fillsParent(); in testShowWhenLockedWallpaperTarget()
H A DSyncEngineTests.java127 doReturn(true).when(w).fillsParent(); in testWaitingSyncCallback()
698 boolean fillsParent() { in fillsParent() method in SyncEngineTests.TestWindowContainer
H A DAppTransitionControllerTest.java137 doReturn(false).when(translucentOpening).fillsParent(); in testTranslucentOpen()
155 doReturn(false).when(translucentClosing).fillsParent(); in testTranslucentClose()
H A DWindowContainerTests.java1764 boolean fillsParent() { in fillsParent() method in WindowContainerTests.TestWindowContainer
1768 void setFillsParent(boolean fillsParent) { in setFillsParent() argument
1769 mFillsParent = fillsParent; in setFillsParent()
/aosp14/frameworks/base/services/
H A Dart-profile10796 HSPLcom/android/server/wm/DisplayArea;->fillsParent()Z
11538 HSPLcom/android/server/wm/TaskFragment;->fillsParent()Z+]Lcom/android/server/wm/ConfigurationContai…