Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java320 double distSq = in shouldUseFalsing() local
322 return distSq >= Math.pow(radius, 2); in shouldUseFalsing()