Lines Matching refs:handled

42         boolean handled = handleMovementKey(widget, text, keyCode, movementMetaState, event);
43 if (handled) {
47 return handled;
57 boolean handled = false;
62 handled = true;
64 if (handled) {
68 return handled;
107 boolean handled = false;
109 handled |= scrollLeft(widget, text, (int)Math.ceil(-hscroll));
111 handled |= scrollRight(widget, text, (int)Math.ceil(hscroll));
114 handled |= scrollUp(widget, text, (int)Math.ceil(-vscroll));
116 handled |= scrollDown(widget, text, (int)Math.ceil(vscroll));
118 return handled;
158 * @return True if the event was handled.
250 * @return True if the event was handled.
262 * @return True if the event was handled.
274 * @return True if the event was handled.
286 * @return True if the event was handled.
298 * @return True if the event was handled.
310 * @return True if the event was handled.
322 * @return True if the event was handled.
334 * @return True if the event was handled.
346 * @return True if the event was handled.
358 * @return True if the event was handled.
382 * @return True if the event was handled.
396 * @return True if the event was handled.
463 * @return True if the event was handled.
484 * @return True if the event was handled.
505 * @return True if the event was handled.
532 * @return True if the event was handled.
562 * @return True if the event was handled.
582 * @return True if the event was handled.
604 * @return True if the event was handled.
622 * @return True if the event was handled.
642 * @return True if the event was handled.
661 * @return True if the event was handled.