Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java755 private final boolean mIsUserAlwaysVisible; field in ActivityRecord
2167 mIsUserAlwaysVisible = properties != null && properties.getAlwaysVisible(); in ActivityRecord()
2169 mShowForAllUsers = (info.flags & FLAG_SHOW_FOR_ALL_USERS) != 0 || mIsUserAlwaysVisible; in ActivityRecord()
4896 (r.mShowWhenLocked || r.containsShowWhenLockedWindow() || r.mIsUserAlwaysVisible); in canShowWhenLockedInner()