Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DDeviceAsWebcamPreview.java103 private ZoomController mZoomController = null; field in DeviceAsWebcamPreview
125 mZoomController.onAccessibilityServicesEnabled(areServicesEnabled));
264 mZoomController.setZoomRatio(updatedZoomRatio,
433 mZoomController.init(getLayoutInflater(), zoomRatioRange); in setupZoomUiControl()
434 mZoomController.setZoomRatio(currentZoomRatio, ZoomController.ZOOM_UI_TOGGLE_MODE); in setupZoomUiControl()
435 mZoomController.setOnZoomRatioUpdatedListener( in setupZoomUiControl()
452 mZoomController.setSupportedZoomRatioRange( in setupZoomRatioSeekBar()
551 mZoomController.setTextDisplayRotation(finalRotation, (int) animationDuration); in rotateUiByRotationDegrees()
606 mZoomController = findViewById(R.id.zoom_ui_controller); in onCreate()
700 mZoomController.setZoomRatio(mLocalFgService.getZoomRatio(), in onResume()
[all …]