OSDN Git Service

Add drop animation / Toast to widgettray
authorHyunyoung Song <hyunyoungs@google.com>
Thu, 23 Apr 2015 22:17:50 +0000 (15:17 -0700)
committerHyunyoung Song <hyunyoungs@google.com>
Thu, 23 Apr 2015 22:17:50 +0000 (15:17 -0700)
commitb99ff3e83270e113f6182e337c4f7b0223bad92b
tree357fb2fee1efa1ea7248a420f59c0436860545c0
parent685f98b2e23465c7f12839590663b53a40e36527
Add drop animation / Toast to widgettray

- show instruction toast on clicking the widget
- Add animation when widget drops on the workspace.
Added WidgetHostViewLoader to handle short press and assign widget
host view to enable animation

b/19897708

Change-Id: Iec36d72cb21bf09343d0beeb31a09bf8b0cb5e0d
res/layout/widget_cell.xml
src/com/android/launcher3/AppWidgetResizeFrame.java
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/widget/WidgetCell.java
src/com/android/launcher3/widget/WidgetHostViewLoader.java [new file with mode: 0644]
src/com/android/launcher3/widget/WidgetsContainerView.java
src/com/android/launcher3/widget/WidgetsListAdapter.java