SwipePinchDetector   41 remoting/android/java/src/org/chromium/chromoting/TrackingInputHandler.java     private SwipePinchDetector mSwipePinchDetector;
SwipePinchDetector   99 remoting/android/java/src/org/chromium/chromoting/TrackingInputHandler.java         mSwipePinchDetector = new SwipePinchDetector(context);
SwipePinchDetector   17 remoting/android/javatests/src/org/chromium/chromoting/SwipePinchDetectorTest.java     private SwipePinchDetector mDetector;
SwipePinchDetector   22 remoting/android/javatests/src/org/chromium/chromoting/SwipePinchDetectorTest.java         mDetector = new SwipePinchDetector(getInstrumentation().getTargetContext());