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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java295 // waiting for all Activities in mUndrawnActivitiesBelowTopTranslucent to be removed as they
296 // are drawn. When the last member of mUndrawnActivitiesBelowTopTranslucent is removed the
301 private ArrayList<ActivityRecord> mUndrawnActivitiesBelowTopTranslucent = new ArrayList<>(); field in class:ActivityStack
1817 mUndrawnActivitiesBelowTopTranslucent.isEmpty()) {
1852 mUndrawnActivitiesBelowTopTranslucent.clear();
1961 mUndrawnActivitiesBelowTopTranslucent.add(r);
1992 mUndrawnActivitiesBelowTopTranslucent.clear();
2020 || (mUndrawnActivitiesBelowTopTranslucent.remove(r) &&
2021 mUndrawnActivitiesBelowTopTranslucent.isEmpty())) {
2026 mUndrawnActivitiesBelowTopTranslucent
[all...]

Completed in 914 milliseconds