Merge "Enabling accessibility drag and drop in folder" into ub-launcher3-burnaby

This commit is contained in:
Sunny Goyal
2015-04-30 00:43:55 +00:00
committed by Android (Google) Code Review
11 changed files with 478 additions and 287 deletions

View File

@@ -226,6 +226,9 @@ public abstract class ButtonDropTarget extends TextView
DragLayer.ANIMATION_END_DISAPPEAR, null);
}
@Override
public void prepareAccessibilityDrop() { }
@Thunk abstract void completeDrop(DragObject d);
@Override