OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:composing
(Results
1 - 10
of
10
) sorted by null
/external/smack/src/org/jivesoftware/smackx/
ChatState.java
35
* User is
composing
a message.
37
composing
,
enum constant in enum:ChatState
39
* User had been
composing
but now has stopped.
MessageEventManager.java
73
* @param
composing
specifies if the
composing
event is requested.
76
boolean delivered, boolean displayed, boolean
composing
)
83
messageEvent.setComposing(
composing
);
265
* Sends the notification that the receiver of the message is
composing
a reply
283
* Sends the notification that the receiver of the message has cancelled
composing
a reply.
/external/smack/src/org/jivesoftware/smackx/packet/
MessageEvent.java
50
* <li>
Composing
<br>
51
* In threaded chat conversations, this indicates that the recipient is
composing
a reply to a
62
public static final String
COMPOSING
= "
composing
";
70
private boolean
composing
= false;
field in class:MessageEvent
97
* when the receiver is
composing
a reply.
98
* When the message is a notification returns if the receiver of the message is
composing
a
101
* @return true if the sender is requesting to be notified when
composing
or when notifying
102
* that the receiver of the message is
composing
a reply
105
return
composing
;
[
all
...]
/frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java
51
static final Object
COMPOSING
= new ComposingText();
77
text.removeSpan(
COMPOSING
);
99
if (o ==
COMPOSING
) {
115
text.setSpan(
COMPOSING
, start, end,
120
return text.getSpanStart(
COMPOSING
);
124
return text.getSpanEnd(
COMPOSING
);
129
* returns its own fake editable that is just used for
composing
text;
191
* Default implementation replaces any existing
composing
text with
225
// ignore the
composing
text.
262
* The default implementation removes the
composing
state from th
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js
344
* @param {string} text Text
composing
new text node.
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js
344
* @param {string} text Text
composing
new text node.
/external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js
79
* Main entry point for
composing
the page. It will fetch it's template,
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js
344
* @param {string} text Text
composing
new text node.
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js
344
* @param {string} text Text
composing
new text node.
/external/chromium_org/third_party/jstemplate/
util.js
340
* @param {string} text Text
composing
new text node.
Completed in 99 milliseconds