Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DPipSnapAlgorithm.java130 final float yIntercept = y - slope * x; // rearrange line equation for yIntercept in getEdgeIntersect() local
194 private int findY(float slope, float yIntercept, float x) { in findY()
198 private int findX(float slope, float yIntercept, float y) { in findX()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleTouchHandler.java241 final float yIntercept = rawY - slope * rawX; in isFastFlingTowardsDismissTarget() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMotionHelper.java485 final float yIntercept = pipBounds.top - slope * pipBounds.left; in getDismissEndPoint() local