Searched refs:mUndrawnActivitiesBelowTopTranslucent (Results 1 – 1 of 1) sorted by relevance
301 private ArrayList<ActivityRecord> mUndrawnActivitiesBelowTopTranslucent = new ArrayList<>(); field in ActivityStack1817 mUndrawnActivitiesBelowTopTranslucent.isEmpty()) { in ensureActivitiesVisibleLocked()1852 mUndrawnActivitiesBelowTopTranslucent.clear(); in checkTranslucentActivityWaiting()1961 mUndrawnActivitiesBelowTopTranslucent.add(r); in makeVisibleIfNeeded()1992 mUndrawnActivitiesBelowTopTranslucent.clear(); in convertActivityToTranslucent()2020 || (mUndrawnActivitiesBelowTopTranslucent.remove(r) && in notifyActivityDrawnLocked()2021 mUndrawnActivitiesBelowTopTranslucent.isEmpty())) { in notifyActivityDrawnLocked()2026 mUndrawnActivitiesBelowTopTranslucent.clear(); in notifyActivityDrawnLocked()