Searched refs:isGestureScaleEnabled (Results 1 – 3 of 3) sorted by relevance
43 boolean isGestureScaleEnabled(); in isGestureScaleEnabled() method131 public boolean isGestureScaleEnabled() { in isGestureScaleEnabled() method in Features.RuntimeFeatures
76 public boolean isGestureScaleEnabled() { in isGestureScaleEnabled() method in TestFeatures
57 if (mFeatures.isGestureScaleEnabled() && mScaleDetector != null) { in onInterceptTouchEvent()