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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java317 // waiting for all Activities in mUndrawnActivitiesBelowTopTranslucent to be removed as they
318 // are drawn. When the last member of mUndrawnActivitiesBelowTopTranslucent is removed the
323 ArrayList<ActivityRecord> mUndrawnActivitiesBelowTopTranslucent = new ArrayList<>(); field in class:ActivityStack
1963 mUndrawnActivitiesBelowTopTranslucent.isEmpty()) {
2077 mUndrawnActivitiesBelowTopTranslucent.clear();
2182 mUndrawnActivitiesBelowTopTranslucent.clear();
2209 || (mUndrawnActivitiesBelowTopTranslucent.remove(r) &&
2210 mUndrawnActivitiesBelowTopTranslucent.isEmpty())) {
2215 mUndrawnActivitiesBelowTopTranslucent.clear();
H A DActivityRecord.java1742 stack.mUndrawnActivitiesBelowTopTranslucent.add(this);

Completed in 78 milliseconds