Home | History | Annotate | Download | only in gestures

Lines Matching full:intercept

17   <li><a href="#intercept">Intercept Touch Events in a ViewGroup</a></li>
53 <h2 id="intercept">Intercept Touch Events in a ViewGroup</h2>
83 the parent shouldn't intercept those touch events, because the child is the
103 * This method JUST determines whether we want to intercept the motion.
115 return false; // Do not intercept touch event, let the child handle it
121 // We're currently scrolling, so yes, intercept the
144 // In general, we don't want to intercept touch events. They should be
162 ancestors to intercept touch events with