public class ScaleGestureDetectorAssert
extends <any>
ScaleGestureDetector instances.| Constructor and Description |
|---|
ScaleGestureDetectorAssert(android.view.ScaleGestureDetector actual) |
| Modifier and Type | Method and Description |
|---|---|
ScaleGestureDetectorAssert |
hasCurrentSpan(float span) |
ScaleGestureDetectorAssert |
hasCurrentSpanX(float span) |
ScaleGestureDetectorAssert |
hasCurrentSpanY(float span) |
ScaleGestureDetectorAssert |
hasEventTime(long time) |
ScaleGestureDetectorAssert |
hasFocusX(float focus) |
ScaleGestureDetectorAssert |
hasFocusY(float focus) |
ScaleGestureDetectorAssert |
hasPreviousSpan(float span) |
ScaleGestureDetectorAssert |
hasPreviousSpanX(float span) |
ScaleGestureDetectorAssert |
hasPreviousSpanY(float span) |
ScaleGestureDetectorAssert |
hasScaleFactor(float factor) |
ScaleGestureDetectorAssert |
hasTimeDelta(long delta) |
ScaleGestureDetectorAssert |
isInProgress() |
ScaleGestureDetectorAssert |
isNotInProgress() |
ScaleGestureDetectorAssert |
isQuickScaleDisabled() |
ScaleGestureDetectorAssert |
isQuickScaleEnabled() |
public ScaleGestureDetectorAssert(android.view.ScaleGestureDetector actual)
public ScaleGestureDetectorAssert hasCurrentSpan(float span)
public ScaleGestureDetectorAssert hasCurrentSpanX(float span)
public ScaleGestureDetectorAssert hasCurrentSpanY(float span)
public ScaleGestureDetectorAssert hasEventTime(long time)
public ScaleGestureDetectorAssert hasFocusX(float focus)
public ScaleGestureDetectorAssert hasFocusY(float focus)
public ScaleGestureDetectorAssert hasPreviousSpan(float span)
public ScaleGestureDetectorAssert hasPreviousSpanX(float span)
public ScaleGestureDetectorAssert hasPreviousSpanY(float span)
public ScaleGestureDetectorAssert hasScaleFactor(float factor)
public ScaleGestureDetectorAssert hasTimeDelta(long delta)
public ScaleGestureDetectorAssert isInProgress()
public ScaleGestureDetectorAssert isNotInProgress()
public ScaleGestureDetectorAssert isQuickScaleEnabled()
public ScaleGestureDetectorAssert isQuickScaleDisabled()