HomeSort by relevance Sort by last modified time
    Searched defs:DISPLAYED (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/filters/
video_frame_scheduler.h 25 DISPLAYED, // Frame was displayed.
30 // Schedule |frame| to be displayed at |wall_ticks|, firing |done_cb| when
  /external/smack/src/org/jivesoftware/smackx/packet/
MessageEvent.java 42 * been displayed. This event is to be raised by the XMPP client.</li>
44 * <li>Displayed<br>
45 * Once the message has been received by the recipient's XMPP client, it may be displayed to the
46 * user. This event indicates that the message has been displayed, and is to be raised by the
47 * XMPP client. Even if a message is displayed multiple times, this event should be raised only
63 public static final String DISPLAYED = "displayed";
69 private boolean displayed = false; field in class:MessageEvent
122 * when the message is displayed.
123 * When the message is a notification returns if the message was displayed or not
    [all...]

Completed in 56 milliseconds