Searched refs:pinch (Results 1 – 6 of 6) sorted by relevance
533 LOG_ALWAYS_FATAL_IF(gesture.details.pinch.zoom_state != GESTURES_ZOOM_START, in handlePinch()535 gesture.details.pinch.zoom_state); in handlePinch()562 if (gesture.details.pinch.zoom_state == GESTURES_ZOOM_END) { in handlePinch()566 mPinchFingerSeparation *= gesture.details.pinch.dz; in handlePinch()569 gesture.details.pinch.dz); in handlePinch()
142 description: "Feature flag for system pinch zoom gesture detector and related opt-out apis"169 description: "Feature flag for declaring system pinch zoom opt-out apis"
179 gestureHelper.pinch( in <lambda>()227 gestureHelper.pinch( in <lambda>()
147 public boolean pinch(@NonNull Tuple startPoint1, @NonNull Tuple startPoint2, in pinch() method in GestureHelper
177 // The number of pinch gestures recognized by the framework.
166 if (gesture.details.pinch.zoom_state == GESTURES_ZOOM_END) { in processGesture()