Searched refs:vY (Results 1 – 4 of 4) 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;
437 int vY = loc[1]; in getViewRectRelativeToSelf() local440 int top = vY - y; in getViewRectRelativeToSelf()
114 public boolean onFling(MotionEvent e1, MotionEvent e2, float vX, float vY) { in PhotoCarousel()