Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java434 static final int DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE = 1 << 1; field in ActivityTaskManagerService
439 DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE,
5281 if ((demoteReasons & DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE) != 0) { in updateTopApp()
5283 mDemoteTopAppReasons = demoteReasons & ~DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE; in updateTopApp()
DWindowManagerService.java118 …atic com.android.server.wm.ActivityTaskManagerService.DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHAD…
7786 && (demoteTopAppReasons & DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE) == 0) { in onNotificationShadeExpanded()
7788 demoteTopAppReasons | DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE; in onNotificationShadeExpanded()
7794 && (demoteTopAppReasons & DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE) != 0) { in onNotificationShadeExpanded()
7796 demoteTopAppReasons & ~DEMOTE_TOP_REASON_EXPANDED_NOTIFICATION_SHADE; in onNotificationShadeExpanded()