Fix toggle QS tiles don't respond when One-handed mode triggered
Previous ag/17896369 missed the OHM edge case, when OHM activated, the ev.getX(), ev.getY() has been count in OHM offset, using ev.getRawX() & ev.getRawY() would mis-leading the QQS tile location while OHM translate down DisplayArea. 1. Set x and y offset for mQsHeaderBound when OHM activated 2. Fix broken NotificationStackScrollLayoutTest Bug: 233033336 Bug: 232901446 Test: manually check notificaiton panel when entering One-handed mode Test: manually test the QS/QQS functionality works in landscape Test: atest SystemUITests Test: atest NotificationStackScrollLayoutTest Change-Id: I8be7ba86fee52f19bac2733661c8616528a705be
Loading
Please register or sign in to comment