FileDocCategorySizeDatePackage
ScaleGestureDetectorCompatKitKat.javaAPI DocAndroid 5.1 API1411Thu Mar 12 22:22:56 GMT 2015android.support.v4.view

ScaleGestureDetectorCompatKitKat

public class ScaleGestureDetectorCompatKitKat extends Object
Implementation of ScaleGestureDetector compatibility that can call KitKat APIs. This class is an implementation detail for ScaleGestureDetectorCompat and should not be used directly.

Fields Summary
Constructors Summary
private ScaleGestureDetectorCompatKitKat()

    
Methods Summary
public static booleanisQuickScaleEnabled(java.lang.Object scaleGestureDetector)

        return ((ScaleGestureDetector) scaleGestureDetector).isQuickScaleEnabled();
    
public static voidsetQuickScaleEnabled(java.lang.Object scaleGestureDetector, boolean enabled)

        ((ScaleGestureDetector) scaleGestureDetector).setQuickScaleEnabled(enabled);