Searched refs:mUndrawnActivitiesBelowTopTranslucent (Results 1 – 2 of 2) sorted by relevance
368 ArrayList<ActivityRecord> mUndrawnActivitiesBelowTopTranslucent = new ArrayList<>(); field in ActivityStack2243 mUndrawnActivitiesBelowTopTranslucent.isEmpty()) { in ensureActivitiesVisibleLocked()2358 mUndrawnActivitiesBelowTopTranslucent.clear(); in checkTranslucentActivityWaiting()2467 mUndrawnActivitiesBelowTopTranslucent.clear(); in convertActivityToTranslucent()2494 || (mUndrawnActivitiesBelowTopTranslucent.remove(r) && in notifyActivityDrawnLocked()2495 mUndrawnActivitiesBelowTopTranslucent.isEmpty())) { in notifyActivityDrawnLocked()2500 mUndrawnActivitiesBelowTopTranslucent.clear(); in notifyActivityDrawnLocked()
2016 stack.mUndrawnActivitiesBelowTopTranslucent.add(this); in makeVisibleIfNeeded()