Home
last modified time | relevance | path

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

/packages/apps/Camera2/src_pd/com/android/camera/burst/
DBurstControllerImpl.java39 public static boolean isBurstModeSupported(ContentResolver contentResolver) { in isBurstModeSupported() method in BurstControllerImpl
/packages/apps/Camera2/src/com/android/camera/burst/
DBurstFacadeFactory.java80 if (BurstControllerImpl.isBurstModeSupported(appContext.getContentResolver())) { in create()