Searched refs:mUndrawnActivitiesBelowTopTranslucent (Results 1 – 2 of 2) sorted by relevance
323 ArrayList<ActivityRecord> mUndrawnActivitiesBelowTopTranslucent = new ArrayList<>(); field in ActivityStack1963 mUndrawnActivitiesBelowTopTranslucent.isEmpty()) { in ensureActivitiesVisibleLocked()2077 mUndrawnActivitiesBelowTopTranslucent.clear(); in checkTranslucentActivityWaiting()2182 mUndrawnActivitiesBelowTopTranslucent.clear(); in convertActivityToTranslucent()2209 || (mUndrawnActivitiesBelowTopTranslucent.remove(r) && in notifyActivityDrawnLocked()2210 mUndrawnActivitiesBelowTopTranslucent.isEmpty())) { in notifyActivityDrawnLocked()2215 mUndrawnActivitiesBelowTopTranslucent.clear(); in notifyActivityDrawnLocked()
1742 stack.mUndrawnActivitiesBelowTopTranslucent.add(this); in makeVisibleIfNeeded()