commit | 36b7b5b44d49ac428dc88a4172586c3d9d3ece3e | [log] [tgz] |
---|---|---|
author | Ivan Chiang <chiangi@google.com> | Thu Aug 30 17:13:32 2018 +0800 |
committer | Ivan Chiang <chiangi@google.com> | Mon Sep 03 18:54:21 2018 +0800 |
tree | 15a1a452b8e8f10b215394af21e0321995495a8c | |
parent | 65bbe7934b8c1811b3bb65416ea4a37cf62d6d58 [diff] |
Fix the issue of select file fail when in split screen mode The RawX and RawY of motion event are based on all screen. The rectangle returned from getGlobalVisibleRect is based on current window. Use getLocationOnScreen to create a new rectangle to instead. Change-Id: Ibbb55d61df50220ca7e642491f026ff9f3b01a5e Fix: 113354083 Test: manual, enter split screen mode and click the mime-type icon