Lines Matching refs:DragResult
36 …e system appearance in some scenarios.<br>1. Set **DragResult.DROP\_ENABLED**.<br>2. Set **DragRes…
38 …DragResult.DRAG_FAILED**.<br>This callback is where you can intervene in the default drop processi…
183 …callback is implemented, you can control the badge display by setting [DragResult](../reference/ap…
187 event.setResult(DragResult.DROP_ENABLED);
207 event.setResult(DragResult.DRAG_SUCCESSFUL);
249 if (event.getResult() === DragResult.DRAG_SUCCESSFUL) {
251 } else if (event.getResult() === DragResult.DRAG_FAILED) {
366 if (event.getResult() === DragResult.DRAG_SUCCESSFUL) {
368 } else if (event.getResult() === DragResult.DRAG_FAILED) {
389 event.setResult(DragResult.DROP_ENABLED)
403 event.setResult(DragResult.DRAG_SUCCESSFUL);