belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
ScaleGestureDetectorCompat
public
final
class
ScaleGestureDetectorCompat
extends Object
java.lang.Object | |
↳ | android.support.v4.view.ScaleGestureDetectorCompat |
Helper for accessing features in ScaleGestureDetector
.
Summary
Public methods | |
---|---|
static
boolean
|
isQuickScaleEnabled(Object scaleGestureDetector)
This method was deprecated
in API level 26.1.0.
Use |
static
boolean
|
isQuickScaleEnabled(ScaleGestureDetector scaleGestureDetector)
Returns whether the quick scale gesture, in which the user performs a double tap followed by a swipe, should perform scaling. |
static
void
|
setQuickScaleEnabled(ScaleGestureDetector scaleGestureDetector, boolean enabled)
Sets whether the associated |
static
void
|
setQuickScaleEnabled(Object scaleGestureDetector, boolean enabled)
This method was deprecated
in API level 26.1.0.
Use |
Inherited methods | |
---|---|
![]()
java.lang.Object
|
Public methods
isQuickScaleEnabled
boolean isQuickScaleEnabled (Object scaleGestureDetector)
This method was deprecated
in API level 26.1.0.
Use isQuickScaleEnabled(ScaleGestureDetector)
that takes
ScaleGestureDetector
instead of Object
.
Returns whether the quick scale gesture, in which the user performs a double tap followed by
a swipe, should perform scaling. See
setQuickScaleEnabled(ScaleGestureDetector, boolean)
.
Parameters | |
---|---|
scaleGestureDetector |
Object |
Returns | |
---|---|
boolean |
isQuickScaleEnabled
boolean isQuickScaleEnabled (ScaleGestureDetector scaleGestureDetector)
Returns whether the quick scale gesture, in which the user performs a double tap followed by a swipe, should perform sca