Searched refs:totalMagnifyGestureAmount_ (Results 1 – 2 of 2) sorted by relevance
101 CGFloat totalMagnifyGestureAmount_; variable
1674 totalMagnifyGestureAmount_ += [event deltaZ];1675 if (totalMagnifyGestureAmount_ > zoomInThreshold) {1677 } else if (totalMagnifyGestureAmount_ < zoomOutThreshold) {1691 totalMagnifyGestureAmount_ = 0;