Files
frameworks_base/libs/WindowManager/Shell/tests/flicker
Hongwei Wang c5d831fea1 Flicker test for PiP and launcher shelf height
PipMovesInAllApps was intended to test the PiP window movement when the
shelf height of Launcher changes and breaks with the recent `Device
search` feature that opening all-apps in Launcher triggers both IME and
shelf height change.

Since PipKeyboardTest has covered PiP movement with IME, reimplement
this by launching a new app instead of going to all-apps and also rename
this test for its intention.

Bug: 184050344
Test: atest WMShellFlickerTests:PipShelfHeightTest
Change-Id: I102ea95e6e91c9707b73587282702b868eb705fb
2021-03-31 13:38:10 -07:00
..

WM Shell Flicker Test Package

Please reference the following links

on what is Flicker Test and how to write a Flicker Test

To run the Flicker Tests for WM Shell, simply run atest WMShellFlickerTests