/frameworks/base/core/java/com/google/android/util/ |
SmileyResources.java | 33 * @param smileyResIds Resource IDs associated with the smileys. 37 TrieNode.addToTrie(smileys, smilies[i], ""); 56 private final TrieNode smileys = new TrieNode(); field in class:SmileyResources 67 return smileys;
|
SmileyParser.java | 27 * Parses a text message typed by the user looking for smileys.
|
AbstractMessageParser.java | 29 * Logic for parsing a text message typed by the user looking for smileys, 53 /** Get the smileys accepted by the parser. */ 61 * Subclasses must define the schemes, domains, smileys and acronyms 83 * Create a message parser to parse urls, formatting, acronyms, smileys, 286 * Looks for smileys (e.g., ":)") in the text. The set of known smileys is 606 * These characters can end smileys, but don't normally end words. 614 * These characters can begin smileys, but don't normally [all...] |
/frameworks/base/core/res/assets/webkit/ |
incognito_mode_start_page.html | 19 <li>Malicious software that tracks your keystrokes in exchange for free smileys</li>
|
/frameworks/base/core/res/res/raw/ |
incognito_mode_start_page.html | 19 <li>Malicious software that tracks your keystrokes in exchange for free smileys</li>
|
/frameworks/base/core/res/res/raw-xlarge/ |
incognito_mode_start_page.html | 19 <li>Malicious software that tracks your keystrokes in exchange for free smileys</li>
|
/frameworks/base/core/res/res/raw-da/ |
incognito_mode_start_page.html | 14 <li>Ondsindet software, der registrerer dine tasteslag til gengæld for gratis smileys</li>
|
/frameworks/base/core/res/res/raw-da-xlarge/ |
incognito_mode_start_page.html | 14 <li>Ondsindet software, der registrerer dine tasteslag til gengæld for gratis smileys</li>
|
/frameworks/base/core/res/res/raw-de/ |
incognito_mode_start_page.html | 14 <li>Bösartiger Software, die Ihnen kostenlose Smileys bietet, dafür aber Ihre Tastatureingaben speichert</li>
|
/frameworks/base/core/res/res/raw-de-xlarge/ |
incognito_mode_start_page.html | 14 <li>Bösartiger Software, die Ihnen kostenlose Smileys bietet, dafür aber Ihre Tastatureingaben speichert</li>
|
/frameworks/base/core/res/res/raw-en-rGB/ |
incognito_mode_start_page.html | 14 <li>Malicious software that tracks your keystrokes in exchange for free smileys</li>
|
/frameworks/base/core/res/res/raw-en-rGB-xlarge/ |
incognito_mode_start_page.html | 14 <li>Malicious software that tracks your keystrokes in exchange for free smileys</li>
|
/frameworks/base/core/res/res/raw-pt-rPT/ |
incognito_mode_start_page.html | 14 <li>Programas maliciosos que monitorizam as teclas em que carrega em troca de ícones expressivos ("smileys")</li>
|
/frameworks/base/core/res/res/raw-pt-rPT-xlarge/ |
incognito_mode_start_page.html | 14 <li>Programas maliciosos que monitorizam as teclas em que carrega em troca de ícones expressivos ("smileys")</li>
|
/frameworks/base/core/java/com/android/internal/widget/ |
Smileys.java | 24 public class Smileys {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
LatinImeLoggerUtils.java | 59 // smileys and other multi-character keys.
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
TextViewWordLimitsTest.java | 231 final String SURROGATE_SYMBOL = "\uD83D\uDE01\uD83D\uDE02\uD83D\uDE03"; // Three smileys
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
InputModeSwitcher.java | 177 * Mode for inputing smileys with soft keyboard.
|