Searched refs:GcamHelper (Results 1 – 6 of 6) sorted by relevance
28 import com.android.camera.util.GcamHelper;61 if (GcamHelper.hasGcamAsSeparateModule()) { in setupModules()180 return GcamHelper.createGcamModule(app); in registerGcamModule()
20 import com.android.camera.util.GcamHelper;48 mIsHdrPlusSupported = GcamHelper.hasGcamCapture(); in HardwareSpecImpl()
70 import com.android.camera.util.GcamHelper;625 return GcamHelper.hasGcamCapture(); in getHardwareSpec()641 bottomBarSpec.enableHdr = GcamHelper.hasGcamCapture();
127 import com.android.camera.util.GcamHelper;1392 GcamHelper.init(getContentResolver()); in onCreateTasks()1603 !GcamHelper.hasGcamAsSeparateModule()) || modeIndex < 0) { in getModeIndex()2166 if (hdrPlusOn && GcamHelper.hasGcamAsSeparateModule()) { in getPreferredChildModeIndex()
72 import com.android.camera.util.GcamHelper;722 if (GcamHelper.hasGcamAsSeparateModule()) {773 if (GcamHelper.hasGcamAsSeparateModule()) {
23 public class GcamHelper { class