Searched refs:notifyAppVisibilityChanged (Results 1 – 3 of 3) sorted by relevance
65 void notifyAppVisibilityChanged(ActivityRecord appWindowToken, boolean visible) { in notifyAppVisibilityChanged() method in SnapshotController66 mActivitySnapshotController.notifyAppVisibilityChanged(appWindowToken, visible); in notifyAppVisibilityChanged()
293 void notifyAppVisibilityChanged(ActivityRecord ar, boolean visible) { in notifyAppVisibilityChanged() method in ActivitySnapshotController
5661 mWmService.mSnapshotController.notifyAppVisibilityChanged(this, visible); in postApplyAnimation()