Home | History | Annotate | Download | only in view

Lines Matching defs:Callback

549     public interface Callback {
569 * order to receive this callback, someone in the event change
1030 * Call this during {@link Callback#onKeyDown} to have the system track
1231 * @deprecated Use {@link #dispatch(Callback, DispatcherState, Object)} instead.
1234 public final boolean dispatch(Callback receiver) {
1239 * Deliver this key event to a {@link Callback} interface. If this is
1243 * @param receiver The Callback that will be given the event.
1247 * @return The return value from the Callback method that was called.
1249 public final boolean dispatch(Callback receiver, DispatcherState state,
1305 * Use with {@link KeyEvent#dispatch(Callback, DispatcherState, Object)}
1342 * than handling them in {@link Callback#onKeyDown}.
1366 * than handling them in {@link Callback#onKeyLongPress}.
1376 * than handling them in {@link Callback#onKeyUp}.