Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/effects/
DEffectsController.java38 public static final int RESULT_ERROR_CONTINUE = 4; field in EffectsController
40 RESULT_ERROR_TRY_ANOTHER_PHOTO + RESULT_ERROR_CONTINUE;
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/
DWallpaperEffectsView2.kt203 controlButtonByCode(continueButton, resultCode, EffectsController.RESULT_ERROR_CONTINUE) in <lambda>()