HomeSort by relevance Sort by last modified time
    Searched full:smiley (Results 1 - 19 of 19) sorted by null

  /frameworks/base/core/java/com/google/android/util/
SmileyResources.java 25 * Resources for smiley parser.
32 * @param smilies Smiley text, e.g. ":)", "8-)"
43 * Looks up the resource id of a given smiley.
44 * @param smiley The smiley to look up.
45 * @return the resource id of the specified smiley, or -1 if no resource
48 public int getSmileyRes(String smiley) {
49 Integer i = mSmileyToRes.get(smiley);
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...]
  /external/webkit/WebCore/manual-tests/wml/
a-img-element.wml 7 <a href="StartTests.wml" title="Next Page"><img src="resources/smiley.png"/></a>
anchor-img-element.wml 7 <anchor title="go to StartTests.wml"><img src="resources/smiley.png"/> <go href="StartTests.wml"/></anchor>
anchor-element.wml 29 <img src="resources/smiley.png"/>
  /packages/apps/Mms/tests/src/com/android/mms/util/
SmileyParserUnitTests.java 46 * Test of smiley strings.
52 // Put a string that looks kind of like a smiley in between two valid smileys.
57 assertTrue("Smiley (happy) bitmaps aren't equal",
61 assertTrue("Smiley (sad) bitmaps aren't equal",
  /packages/apps/Mms/src/com/android/mms/util/
SmileyParser.java 125 * of a smiley (e.g. ":-)") to a resource ID for the icon version.
131 throw new IllegalStateException("Smiley resource ID/text mismatch");
148 // smiley is 3 characters long.
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
InputModeSwitcher.java 100 * tell user the language information. BTW, the smiley soft keyboard mode
291 * Key toggling state for smiley mode.
  /packages/apps/Mms/res/values-el/
strings.xml 293 <string name="menu_insert_smiley" msgid="4964504393061025071">"?????.?????.smiley"</string>
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /packages/apps/Mms/res/values-da/
strings.xml 293 <string name="menu_insert_smiley" msgid="4964504393061025071">"Indsćt smiley"</string>
  /packages/apps/Mms/res/values-de/
strings.xml 293 <string name="menu_insert_smiley" msgid="4964504393061025071">"Smiley einfügen"</string>
    [all...]
  /packages/apps/Mms/res/values-en-rGB/
strings.xml 293 <string name="menu_insert_smiley" msgid="4964504393061025071">"Insert smiley"</string>
  /packages/apps/Mms/res/values-in/
strings.xml 293 <string name="menu_insert_smiley" msgid="4964504393061025071">"Masukkan smiley"</string>
  /packages/apps/Mms/res/values-nl/
strings.xml 293 <string name="menu_insert_smiley" msgid="4964504393061025071">"Smiley invoegen"</string>
  /packages/apps/Mms/res/values-pt/
strings.xml 293 <string name="menu_insert_smiley" msgid="4964504393061025071">"Inserir smiley"</string>
    [all...]
  /packages/apps/Mms/res/values-tl/
strings.xml 293 <string name="menu_insert_smiley" msgid="4964504393061025071">"Magpasok ng smiley"</string>
    [all...]
  /packages/apps/Mms/res/values/
strings.xml     [all...]

Completed in 701 milliseconds