Searched refs:topActivitiesCount (Results 1 – 1 of 1) sorted by relevance
302 int topActivitiesCount = topActivities.size(); in showLocked() local303 final ArrayList<IBinder> topActivitiesToken = new ArrayList<>(topActivitiesCount); in showLocked()304 for (int i = 0; i < topActivitiesCount; i++) { in showLocked()320 ArrayList<ComponentName> topComponents = new ArrayList<>(topActivitiesCount); in showLocked()321 for (int i = 0; i < topActivitiesCount; i++) { in showLocked()