Home | History | Annotate | Download | only in ui

Lines Matching refs:TouchResult

2061     TouchResult touchResult = consumeOffScreenTouches(when, policyFlags);
2062 if (touchResult == DISPATCH_TOUCH) {
2068 if (touchResult == DROP_STROKE) {
2075 TouchInputMapper::TouchResult TouchInputMapper::consumeOffScreenTouches(
2079 TouchResult touchResult;
2100 touchResult = SKIP_TOUCH;
2133 touchResult = DISPATCH_TOUCH;
2135 touchResult = DROP_STROKE;
2160 touchResult = SKIP_TOUCH;
2182 return touchResult;