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

  /frameworks/base/core/java/com/google/android/util/
SmileyParser.java 52 * @param context the context for fetching smiley resources.
62 // should have only one part since we parse smiley only
70 if (token.getType() == AbstractMessageParser.Token.Type.SMILEY) {
AbstractMessageParser.java 304 addToken(new Smiley(match.getText()));
545 /** Determines whether the given index could be a possible smiley break. */
599 * a smiley and <code>c2</code> could be the first character of
600 * a different smiley, if {@link #isWordBreak} would not already
660 SMILEY ("e"),
    [all...]

Completed in 44 milliseconds