Home
last modified time | relevance | path

Searched defs:distanceSquared (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditorTouchState.java188 float distanceSquared = (deltaXSquared) + (deltaY * deltaY); in update() local
215 float distanceSquared = (deltaX * deltaX) + (deltaY * deltaY); in isDistanceWithin() local