Home
last modified time | relevance | path

Searched refs:hasPointer (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVelocityTracker.java89 if (!nextOldestMovement.hasPointer(pointerId) || nextOldestMovement.eventTime < minTime) { in computeCurrentVelocity()
190 public boolean hasPointer(int pointerId) { in hasPointer() method in ShadowVelocityTracker.Movement