Searched refs:behindTranslucentActivity (Results 1 – 1 of 1) sorted by relevance
1711 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() argument1835 (behindTranslucentActivity || stackVisibleBehind) && visibleBehind == r; in shouldBeVisible()