Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskFragment.java1959 if (r != null && BackNavigationController.isScreenshotEnabled()) { in addChild()
2779 if (!BackNavigationController.isScreenshotEnabled()) { in getSnapshotForActivityRecord()
2798 if (BackNavigationController.isScreenshotEnabled()) { in removeChild()
H A DBackNavigationController.java106 static boolean isScreenshotEnabled() { in isScreenshotEnabled() method in BackNavigationController