Searched refs:Text (Results 1 – 25 of 37) sorted by relevance
12
/frameworks/base/docs/html/design/building-blocks/ |
D | text-fields.jd | 1 page.title=Text Fields 8 <p>Text Fields</p> 12 <p>Text fields allow the user to type text into your app. They can be either single line or multi-l… 36 <h4>Text field types</h4> 37 <p>Text fields can have different types, such as number, message, or email address. The type determ… 51 <h2 id="text-selection">Text Selection</h2>
|
/frameworks/compile/slang/ |
D | slang.cpp | 300 const char *Text, in setInputSource() argument 309 llvm::MemoryBuffer::getMemBuffer(Text, Text + TextLength); in setInputSource()
|
D | slang.h | 185 bool setInputSource(llvm::StringRef InputFile, const char *Text,
|
/frameworks/base/docs/html/guide/topics/text/ |
D | index.jd | 1 page.title=Text and Input
|
D | spell-checker-framework.jd | 35 Text Service APIs offered by the Android platform.
|
D | copy-paste.jd | 143 <dt>Text</dt> 213 <dt>Text</dt> 305 <dt><em>Text</em></dt>
|
/frameworks/base/docs/html/design/ |
D | design_toc.cs | 60 <li><a href="<?cs var:toroot ?>design/building-blocks/text-fields.html">Text Fields</a></li>
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | style-resource.jd | 102 <style name="CustomText" parent="@style/Text">
|
/frameworks/base/docs/html/training/sharing/ |
D | send.jd | 17 <li><a href="#send-text-content">Send Text Content</a></li> 51 <h2 id="send-text-content">Send Text Content</h2>
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | controls.jd | 62 <td><a href="controls/text.html">Text field</a></td>
|
/frameworks/base/docs/html/training/tv/ |
D | optimizing-layouts-tv.jd | 17 <li><a href="#MakeTextControlsEasyToSee">Make Text and Controls Easy to See</a></li> 118 <h2 id="MakeTextControlsEasyToSee">Make Text and Controls Easy to See</h2>
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | menu_design.jd | 268 <h4>Text Commands in Context Menu</h4> 271 Text links and text fields in the content both have system-provided operations 487 readable as they scroll by. <!--For more information, see the Text Guidelines 499 <!--For examples of dialogs, see Text Guidelines.-->
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.5-highlights.jd | 172 <li>Text-prediction engine</li>
|
D | android-4.0.3.jd | 61 <li><a href="#tts">Text-to-speech</a></li> 216 <h3 id="tts">Text-to-speech</h3>
|
D | android-1.6-highlights.jd | 155 <h3 id="TTS">Text-to-speech engine</h3>
|
D | android-1.5.jd | 228 <li>Text-prediction engine</li>
|
D | android-1.6.jd | 270 <h3>Text-to-speech</h3>
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | style.jd | 19 <li><a href="{@docRoot}guide/topics/ui/controls/text.html">Text Fields</a></li>
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | text.jd | 1 page.title=Text Fields 62 <p>Text fields can have different input types, such as number, date, password, or email address. The
|
/frameworks/base/docs/html/training/basics/actionbar/ |
D | styling.jd | 15 <li><a href="#CustomText">Customize the Text Color</a></li> 205 <h2 id="CustomText">Customize the Text Color</h2>
|
/frameworks/base/docs/html/sdk/installing/ |
D | studio-tips.jd | 92 <p>While editing in the <strong>Text</strong> view, you can preview the layout on devices by opening
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | building-ui.jd | 22 <li><a href="#TextInput">Add a Text Field</a></li> 131 <h2 id="TextInput">Add a Text Field</h2>
|
/frameworks/base/docs/html/sdk/api_diff/8/ |
D | missingSinces.txt | 160 NO DOC BLOCK: org.w3c.dom.Text Method getWholeText() 174 NO DOC BLOCK: org.w3c.dom.Text Method isElementContentWhitespace() 210 NO DOC BLOCK: org.w3c.dom.Text Method replaceWholeText(java.lang.String)
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | checklist.jd | 115 <li><strong>Text field hints:</strong> For {@link android.widget.EditText} fields, provide an
|
/frameworks/base/docs/html/guide/faq/ |
D | commontasks.jd | 477 String Text; 525 … + " new message" + messageCount > 1 ? "s":"", // Text to display. 652 …selectingtext" id="selectingtext"></a><h2>Selecting, Highlighting, or Styling Portions of Text</h2>
|
12