Searched defs:yIntercept (Results 1 – 3 of 3) sorted by relevance
130 final float yIntercept = y - slope * x; // rearrange line equation for yIntercept in getEdgeIntersect() local194 private int findY(float slope, float yIntercept, float x) { in findY()198 private int findX(float slope, float yIntercept, float y) { in findX()
241 final float yIntercept = rawY - slope * rawX; in isFastFlingTowardsDismissTarget() local
485 final float yIntercept = pipBounds.top - slope * pipBounds.left; in getDismissEndPoint() local