Home | History | Annotate | Download | only in state

Lines Matching defs:setEventHandler

220         setEventHandler(EventPause.class, pauseHandler);
243 setEventHandler(EventOnSurfaceTextureUpdated.class, onSurfaceTextureUpdatedHandler);
255 setEventHandler(
259 setEventHandler(
263 setEventHandler(
275 setEventHandler(EventTapOnShutterButton.class, tapOnShutterButtonHandler);
290 setEventHandler(EventClickOnCameraKey.class, clickOnVolumeKeyHandler);
304 setEventHandler(EventTimerCountDownToZero.class, timerCountDownToZeroHandler);
345 setEventHandler
386 setEventHandler(EventTapOnPreview.class, tapOnPreviewHandler);
398 setEventHandler(EventZoomRatioChanged.class, zoomRatioChangedHandler);
428 setEventHandler(EventPictureCompressed.class, pictureCompressedHandler);
449 setEventHandler(EventPictureDecoded.class, pictureDecodedHandler);
464 setEventHandler(EventFastPictureBitmapAvailable.class, fastPictureBitmapAvailableHandler);
496 setEventHandler(EventCameraQuickExpose.class, cameraQuickExposeHandler);
507 setEventHandler(EventTapOnCancelShutterButton.class, tapOnCancelShutterButtonHandler);