Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityStack.java1711 boolean behindTranslucentActivity = false; in ensureActivitiesVisibleLocked()
1734 if (shouldBeVisible(r, behindTranslucentActivity, stackVisibleBehind, in ensureActivitiesVisibleLocked()
1770 behindTranslucentActivity = true; in ensureActivitiesVisibleLocked()
1824 private boolean shouldBeVisible(ActivityRecord r, boolean behindTranslucentActivity, in shouldBeVisible() argument
1835 (behindTranslucentActivity || stackVisibleBehind) && visibleBehind == r; in shouldBeVisible()