Home | History | Annotate | Download | only in keyboard-input

Lines Matching full:specify

12   <li><a href="#Type">Specify the Keyboard Type</a></li>
14 <li><a href="#Action">Specify the Input Method Action</a></li>
28 that you specify the input type for each text field in your app
31 <p>Beyond the type of buttons available with an input method, you should specify
35 This lesson shows how to specify these characteristics.</p>
39 <h2 id="Type">Specify the Keyboard Type</h2>
80 some of the values can be combined to specify the input method
94 >{@code android:inputType}</a> attribute allows you to specify various behaviors for the
118 <h2 id="Action">Specify the Input Method Action</h2>
125 However, you can specify additional actions that might be more appropriate for your
128 <p>To specify the keyboard action button, use the <a