Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherConstants.java47 static final int REQUEST_PICK_APPWIDGET = 9; field in LauncherConstants.ActivityCodes
DLauncher.java42 import static com.android.launcher3.LauncherConstants.ActivityCodes.REQUEST_PICK_APPWIDGET;
937 boolean isWidgetDrop = (requestCode == REQUEST_PICK_APPWIDGET ||