Searched refs:vY (Results 1 – 5 of 5) sorted by relevance
351 int vY = loc[1]; in getViewRectRelativeToSelf() local354 int top = vY - y; in getViewRectRelativeToSelf()
2382 int vY = location[1];2385 location[1] = vY - y;
403 int vY = loc[1]; in getViewRectRelativeToSelf() local406 int top = vY - y; in getViewRectRelativeToSelf()
3278 int vY = location[1];3281 location[1] = vY - y;
114 public boolean onFling(MotionEvent e1, MotionEvent e2, float vX, float vY) { in PhotoCarousel()