commit | a7c90bbcd1df297cde1868e690d05bd721dd9ed3 | [log] [tgz] |
---|---|---|
author | Alex Chau <[email protected]> | Mon Sep 09 16:22:35 2024 +0100 |
committer | Alex Chau <[email protected]> | Mon Sep 09 16:39:58 2024 +0100 |
tree | d7b7fc33f548a708f82330f23d3ddab07c2eeaf3 | |
parent | 02cc26f0559309e8c6b1fa9e9c51ab0f9fcf0aca [diff] |
Introduce RecentsView.getTaskViews for easy for-each looping - This vastly simplified the need to call do a indexed loop with getTaskViewCount() and calls requireTaskViewAt() each time, useful for code that needs to loop all TaskViews - removeTasksViewsAndClearAllButton and resetTaskVisuals have no reason to loop reversed, so I just loop them in order Fix: 365534984 Test: presubmit, manual Flag: EXEMPT REFACTOR Change-Id: Ib69f8439f3a7509fc57ec2430affa207c038bf46