OSDN Git Service

Lower the transition threshold for dropping on Workspace.
authorTony Wickham <twickham@google.com>
Sat, 3 Dec 2016 02:54:32 +0000 (18:54 -0800)
committerTony Wickham <twickham@google.com>
Mon, 12 Dec 2016 21:56:36 +0000 (13:56 -0800)
commit251ab6e8476aafe3627b0d9025cd5a7c70128f10
treedecee94c8dbaf300b0e55a7ed11ea29cd66793cb
parent59dfebcaee57982d032b4dd75fcd6c9cd3752574
Lower the transition threshold for dropping on Workspace.

Old threshold: 0.5f
New threshold: 0.25f

The threshold is used when dragging to Workspace from any
drag source other than Workspace, including Hotseat. This
lowered threshold is more forgiving for faster drags.

Bug: 33210055
Change-Id: Ic121fb4b7caa3ea66abb48a8a3f3bd36f3365749
src/com/android/launcher3/Workspace.java