Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DPatternBouncerViewModel.kt221 val anotherPoint = this in isOnLineSegment() constant
224 anotherPoint.x.isBetween(first.x, second.x) && anotherPoint.y.isBetween(first.y, second.y) in isOnLineSegment()
232 return (anotherPoint.y - first.y) * (second.x - first.x) == in isOnLineSegment()
233 (anotherPoint.x - first.x) * (second.y - first.y) in isOnLineSegment()