Home
last modified time | relevance | path

Searched refs:REQUEST_RECONFIGURE_APPWIDGET (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DSecondaryDropTarget.java6 import static com.android.launcher3.Launcher.REQUEST_RECONFIGURE_APPWIDGET;
274 REQUEST_RECONFIGURE_APPWIDGET); in performDropAction()
DLauncher.java237 public static final int REQUEST_RECONFIGURE_APPWIDGET = 13; field in Launcher
687 case REQUEST_RECONFIGURE_APPWIDGET: in completeAdd()
702 REQUEST_RECONFIGURE_APPWIDGET); in completeAdd()
800 if (requestCode == REQUEST_RECONFIGURE_APPWIDGET in handleActivityResult()
DAppWidgetResizeFrame.java252 Launcher.REQUEST_RECONFIGURE_APPWIDGET); in setupForWidget()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java19 import static com.android.launcher3.Launcher.REQUEST_RECONFIGURE_APPWIDGET;
147 addFlowHandler.startConfigActivity(launcher, info, REQUEST_RECONFIGURE_APPWIDGET); in onClickPendingWidget()