Home | History | Annotate | Download | only in stack

Lines Matching refs:getChildAtPosition

569     public View getChildAtPosition(MotionEvent ev) {
570 return getChildAtPosition(ev.getX(), ev.getY());
576 return getChildAtPosition(touchX - location[0], touchY - location[1]);
579 public ExpandableView getChildAtPosition(float touchX, float touchY) {
1836 if (getChildAtPosition(ev.getX(), y) == null) {