OSDN Git Service

Show x for short period of time when activity is PIP'd
authorMady Mellor <madym@google.com>
Tue, 21 Mar 2017 17:39:42 +0000 (10:39 -0700)
committerMady Mellor <madym@google.com>
Tue, 11 Apr 2017 20:41:55 +0000 (13:41 -0700)
commit637cd4892213b820c00a2a09959c84c49c50a15e
tree7b3c7f39a6a76fee38021d971587914ff26a571c
parent4a306894145340a4fe08b70b569eaa31641b38e6
Show x for short period of time when activity is PIP'd

- Moves dismiss view out of menu container layout and manages the alpha
  for it separately (i.e. when animating menu in / out or modifying the
  alpha when dragging to dismiss)
- Shows the dismiss view when PIP mode is entered, fades out after
  menu time out, on interaction the timeout is reset

Test: Enter PIP, note 'x' that is displayed, tap on it to dismiss the PIP
      or don't tap on it and it goes away
Bug: 36900043
Change-Id: Ia596ee60cd9c0d744e459564586ba6a0a9c23d5d
packages/SystemUI/res/layout/pip_menu_activity.xml
packages/SystemUI/src/com/android/systemui/pip/phone/PipMenuActivity.java
packages/SystemUI/src/com/android/systemui/pip/phone/PipMenuActivityController.java
packages/SystemUI/src/com/android/systemui/pip/phone/PipTouchHandler.java