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

/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java201 // waiting for all Activities in mUndrawnActivitiesBelowTopTranslucent to be removed as they
202 // are drawn. When the last member of mUndrawnActivitiesBelowTopTranslucent is removed the
207 ArrayList<ActivityRecord> mUndrawnActivitiesBelowTopTranslucent = field in class:ActivityStack
1004 mUndrawnActivitiesBelowTopTranslucent.clear();
1081 mUndrawnActivitiesBelowTopTranslucent.add(r);
1177 mUndrawnActivitiesBelowTopTranslucent.clear();
1191 || (mUndrawnActivitiesBelowTopTranslucent.remove(r) &&
1192 mUndrawnActivitiesBelowTopTranslucent.isEmpty())) {
1197 mUndrawnActivitiesBelowTopTranslucent.clear();

Completed in 420 milliseconds