Files
frameworks_base/core/java/android
Felipe Leme 544b39cbd2 Changed Content Catpure workflow so it notifies when multiple changes are made.
Prior to this change, it sent a pair TYPE_INITIAL_VIEW_TREE_APPEARING and
TYPE_INITIAL_VIEW_TREE_APPEARED after the initial layout, then it would send invididual events for
the views appeared / disappeared.

This change improves the workflow by also sending this pair of events after each change, which lets
the service know that a bunch of changes were made at the same layout pass.

Test: atest CtsContentCaptureServiceTestCases # which was updated to listen to the new events
Test: m update-api

Bug: 125395044

Change-Id: Ied9def9c95dd0f7711f59bccb2cc89a766fdc36b
2019-02-22 14:57:51 -08:00
..
2019-02-15 14:39:24 -08:00
2019-02-22 01:08:14 +00:00