Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit e07ac6c1 authored by Ikram Gabiyev's avatar Ikram Gabiyev
Browse files

Implement double tap CUJ in PiP2

Implement transitions flow of double tap CUJ in PiP2
(decoupled from the upcoming animator refactoring).
The "double tap" would be triggered via a broadcast intent
to decouple it from the upcoming PipTouchHandler v2 as well.
(current version of touch handler has certain legacy dependencies,
so it will most probably be reimplemented for PiP2)

Also moved PipDoubleTapHelper into the common package
since we will use it both for pip and pip2.

Bug: 321984612
Test: adb shell am broadcast \
	 -a com.android.wm.shell.pip2.phone.PipScheduler \
	 --ei cuj_code_extra 1
Change-Id: I185d32e5a8d2ad5217afa0eca93a7ca893b84129
parent 25bde8f1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment