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

1 2

  /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/IM/src/com/android/im/app/
Markup.java 80 // If we matched a smiley, apply its image over the text
91 Drawable smiley = mRes.getSmileyIcon(candidate); local
92 smiley.setBounds(0, 0, smiley.getIntrinsicWidth(), smiley.getIntrinsicHeight());
93 result.setSpan(new ImageSpan(smiley, ImageSpan.ALIGN_BASELINE),
BrandingResources.java 135 * Gets an array of the IDs of the supported smiley of the provider. Use
136 * {@link #getSmileyIcon(int)} to get the drawable object of the smiley.
145 * Gets the drawable associated with particular smiley ID.
147 * @param smileyId The ID of the smiley returned in
149 * @return Drawable An object that can be used to draw this smiley.
ChatView.java 712 public void insertSmiley(String smiley) {
713 mEdtInput.append(mMarkup.applyEmoticons(smiley));
    [all...]
  /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/IM/plugin/com/android/im/plugin/
ImPlugin.java 32 * Gets an array of IDs of the smiley icons. The sequence of the IDs must
37 * @return An array of the IDs of the smiley icons.
BrandingResourceIDs.java 83 * A string array of the smiley names.
87 * A string array of the smiley texts.
165 * The label of the menu to insert a smiley.
  /packages/apps/IM/samples/PluginDemo/src/com/android/im/plugin/demo/
DemoImPlugin.java 130 * An array of the smiley icon IDs. Note that the sequence of the array MUST
131 * match the smiley texts and smiley names defined in strings.xml.
  /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/apps/IM/res/values/
strings.xml 104 <!-- Screen menu item on the chat screen to insert smiley. May be overrided by the plugin.-->
105 <string name="menu_insert_smiley">Insert smiley</string>
440 <!-- Smiley names. May be overrided by the plugin. -->
460 <!-- Do not localize! Smiley text representations. May be overrided by the plugin. -->
  /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/IM/res/values-el/
strings.xml 49 <string name="menu_insert_smiley" msgid="2555290958985391105">"?????.?????.smiley"</string>
  /packages/apps/IM/res/values-da/
strings.xml 49 <string name="menu_insert_smiley" msgid="2555290958985391105">"Indsæt smiley"</string>
  /packages/apps/IM/res/values-de/
strings.xml 49 <string name="menu_insert_smiley" msgid="2555290958985391105">"Smiley einfügen"</string>
  /packages/apps/IM/res/values-nl/
strings.xml 49 <string name="menu_insert_smiley" msgid="2555290958985391105">"Smiley invoegen"</string>
  /packages/apps/IM/res/values-pt/
strings.xml 49 <string name="menu_insert_smiley" msgid="2555290958985391105">"Inserir smiley"</string>
  /packages/apps/Mms/res/values-el/
strings.xml 292 <string name="menu_insert_smiley" msgid="4964504393061025071">"?????.?????.smiley"</string>
    [all...]
  /packages/apps/Mms/res/values-nl/
strings.xml 292 <string name="menu_insert_smiley" msgid="4964504393061025071">"Smiley invoegen"</string>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /packages/apps/Mms/res/values-da/
strings.xml 292 <string name="menu_insert_smiley" msgid="4964504393061025071">"Indsæt smiley"</string>

Completed in 388 milliseconds

1 2