Home
last modified time | relevance | path

Searched refs:isSupportWindowlessSurface (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBackNavigationController.java817 boolean isSupportWindowlessSurface() { in isSupportWindowlessSurface() method in BackNavigationController.AnimationHandler
1157 if (isSupportWindowlessSurface() && mShowWindowlessSurface && !mIsLaunchBehind) { in applyPreviewStrategy()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DBackNavigationControllerTests.java585 doReturn(true).when(animationHandler).isSupportWindowlessSurface();