Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/src/com/android/DeviceAsWebcam/
DMotionEventToZoomRatioConverter.java33 public class MotionEventToZoomRatioConverter { class
57 public MotionEventToZoomRatioConverter(Context applicationContext, in MotionEventToZoomRatioConverter() method in MotionEventToZoomRatioConverter
DDeviceAsWebcamPreview.java254 private MotionEventToZoomRatioConverter mMotionEventToZoomRatioConverter = null;
255 private final MotionEventToZoomRatioConverter.ZoomRatioUpdatedListener mZoomRatioListener =
256 new MotionEventToZoomRatioConverter.ZoomRatioUpdatedListener() {
413 mMotionEventToZoomRatioConverter = new MotionEventToZoomRatioConverter( in setupZoomUiControl()