Home
last modified time | relevance | path

Searched refs:completeTwoStageWidgetDrop (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java663 completeTwoStageWidgetDrop(RESULT_CANCELED, appWidgetId); in onActivityResult()
688 completeTwoStageWidgetDrop(RESULT_CANCELED, appWidgetId); in onActivityResult()
690 completeTwoStageWidgetDrop(resultCode, appWidgetId); in onActivityResult()
720 private void completeTwoStageWidgetDrop(final int resultCode, final int appWidgetId) { in completeTwoStageWidgetDrop() method in Launcher
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java711 completeTwoStageWidgetDrop(RESULT_CANCELED, appWidgetId); in handleActivityResult()
753 completeTwoStageWidgetDrop(result, appWidgetId); in handleActivityResult()
782 completeTwoStageWidgetDrop(resultCode, appWidgetId); in handleActivityResult()
902 @Thunk void completeTwoStageWidgetDrop(final int resultCode, final int appWidgetId) { in completeTwoStageWidgetDrop() method in Launcher