Searched defs:behindTranslucentActivity (Results 1 - 1 of 1) sorted by relevance

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

Completed in 38 milliseconds