/frameworks/ex/common/tools/ |
D | make-iana-tld-pattern.py | 32 self.words=[] 36 if (len(self.words) == 0) and (len(self.letters) == 0): 39 self.words.sort() 52 if len(self.words) != 0: 59 for word in self.words: 68 if len(self.words) > 0 and len(self.letters) > 0: 81 if len(self.words) != 0: 99 self.words.append(line)
|
/frameworks/base/core/java/android/widget/ |
D | SimpleAdapter.java | 390 String[] words = str.split(" "); in performFiltering() local 391 int wordCount = words.length; in performFiltering() 394 String word = words[k]; in performFiltering()
|
D | ArrayAdapter.java | 519 final String[] words = valueText.split(" "); in performFiltering() local 520 final int wordCount = words.length; in performFiltering() 524 if (words[k].startsWith(prefixString)) { in performFiltering()
|
/frameworks/base/core/java/android/app/ |
D | LauncherActivity.java | 212 String[] words = item.label.toString().toLowerCase().split(" "); in performFiltering() local 213 int wordCount = words.length; in performFiltering() 216 final String word = words[k]; in performFiltering()
|
/frameworks/base/docs/html/design/get-started/ |
D | principles.jd | 91 <p>Use short phrases with simple words. People are likely to skip sentences if they're long.</p> 106 <h4 id="pictures-faster-than-words">Pictures are faster than words</h4> 108 than words.</p>
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-provider-basics.jd | 151 stores the spellings of non-standard words that the user wants to keep. Table 1 illustrates what 238 For example, to get a list of the words and their locales from the User Dictionary Provider, 248 UserDictionary.Words.CONTENT_URI, // The content URI of the words table 313 the user dictionary's "words" table. The {@link android.content.ContentResolver} 324 In the previous lines of code, the full URI for the "words" table is: 327 content://user_dictionary/words 331 <code>words</code> string is the table's path. The string 449 <code>null</code>, and the query returns all the words in the provider. If the user enters 466 // Setting the selection clause to null will return all words 481 UserDictionary.Words.CONTENT_URI, // The content URI of the words table [all …]
|
/frameworks/base/docs/html/distribute/users/ |
D | your-listing.jd | 138 Think carefully about the keywords you use for your apps. Think about words 139 that represent the core feature of your apps. Also consider other words that
|
/frameworks/base/docs/html/design/patterns/ |
D | help.jd | 101 <p>On-screen help is an extension of your app's UI, not a description of it. All words on the scree… 106 <h4>Pictures are faster than words</h4> 107 …, partial screenshots with callouts, and other imagery. You'll need fewer words to explain things,…
|
D | widgets.jd | 77 …nd then provide a connection to richer detail within the app; or in other words: the widget is the…
|
/frameworks/base/docs/html/training/search/ |
D | search.jd | 51 contain words for a dictionary app:</p> 107 (located in <code>res/raw/definitions.txt</code>) that contains words and their definitions, how
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 66 In other words, the hysteresis gap applies only when the measured orientation
|
/frameworks/base/docs/html-intl/intl/ru/design/get-started/ |
D | principles.jd | 106 <h4 id="pictures-faster-than-words">Картинки воспринимаются быстрее чем слова</h4>
|
/frameworks/base/docs/html-intl/intl/zh-tw/design/get-started/ |
D | principles.jd | 106 <h4 id="pictures-faster-than-words">圖片的傳達效果更勝於言語</h4>
|
/frameworks/base/docs/html-intl/intl/ja/design/get-started/ |
D | principles.jd | 106 <h4 id="pictures-faster-than-words">画像は言葉よりもわかりやすい</h4>
|
/frameworks/base/docs/html-intl/intl/zh-cn/design/get-started/ |
D | principles.jd | 106 <h4 id="pictures-faster-than-words">图片比文字更直观</h4>
|
/frameworks/base/docs/html-intl/intl/ko/design/get-started/ |
D | principles.jd | 106 <h4 id="pictures-faster-than-words">말보다 빠른 사진</h4>
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.5-highlights.jd | 60 <li>User dictionary for custom words</li>
|
D | android-4.0-highlights.jd | 219 words at a time.</p> 221 <p>To fix misspelled words more easily, Android 4.0 adds a 223 replacement words. With one tap, users can choose from multiple spelling 225 see replacement suggestions for words that are spelled correctly. For 239 dictation errors in gray. After dictating, users can tap the underlined words to
|
D | android-4.0.3.jd | 152 determine whether to mark input words as typos and offer suggestions.</p></li>
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | text.jd | 104 capitalize all new words or use features like auto-complete and spelling suggestions.</p> 118 <dd>Normal text keyboard that corrects commonly misspelled words.</dd>
|
/frameworks/base/docs/html/design/wear/ |
D | style.jd | 91 <p>Omit needless text. Design for glanceability and not for reading. Use words and phrases, not sen…
|
/frameworks/base/docs/html-intl/intl/pt-br/design/get-started/ |
D | principles.jd | 106 <h4 id="pictures-faster-than-words">Imagens são mais rápidas que palavras</h4>
|
/frameworks/base/docs/html-intl/intl/es/design/get-started/ |
D | principles.jd | 106 <h4 id="pictures-faster-than-words">Las imágenes son más prácticas que las palabras</h4>
|
/frameworks/base/docs/html/wear/design/ |
D | index.jd | 49 <p>Omit needless text from your notifications. Design for glanceability, not reading. Use words and…
|
/frameworks/base/docs/html/ndk/guides/ |
D | standalone_toolchain.jd | 183 <p>Note that the toolchain binaries do not depend on or contain host-specific paths, in other words, 372 target architecture flags. In other words, they should work without any modification, and you should
|