Home
last modified time | relevance | path

Searched refs:notifyAppVisibilityChanged (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSnapshotController.java65 void notifyAppVisibilityChanged(ActivityRecord appWindowToken, boolean visible) { in notifyAppVisibilityChanged() method in SnapshotController
66 mActivitySnapshotController.notifyAppVisibilityChanged(appWindowToken, visible); in notifyAppVisibilityChanged()
H A DActivitySnapshotController.java293 void notifyAppVisibilityChanged(ActivityRecord ar, boolean visible) { in notifyAppVisibilityChanged() method in ActivitySnapshotController
H A DActivityRecord.java5661 mWmService.mSnapshotController.notifyAppVisibilityChanged(this, visible); in postApplyAnimation()