OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:displayed
(Results
1 - 2
of
2
) sorted by null
/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
...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
NestedFolderTeaserView.java
326
final int
displayed
= mNestedFolderContainer.getChildCount();
local
327
final int notShown = total -
displayed
;
350
} else if (
displayed
> sCollapsedFolderThreshold) {
Completed in 201 milliseconds