Home | History | Annotate | Download | only in photo

Lines Matching defs:intercept

33      * A type of intercept that should be performed
38 * Provides an ability to intercept touch events.
42 * {@link android.view.ViewGroup} to contain the pager and intercept touch events at a higher
47 * Called when a touch intercept is about to occur.
110 * We intercept touch event intercepts so we can prevent switching views when the
115 final InterceptType intercept = (mListener != null)
119 (intercept == InterceptType.BOTH || intercept == InterceptType.LEFT);
121 (intercept == InterceptType.BOTH || intercept == InterceptType.RIGHT);
184 * sets the intercept touch listener.