Searched refs:controls (Results 1 – 25 of 91) sorted by relevance
1234
/frameworks/base/docs/html/guide/topics/ui/ |
D | controls.jd | 7 <img src="{@docRoot}images/ui/ui-controls.png" alt="" style="margin:0" /> 10 <p>Input controls are the interactive components in your app's user interface. Android provides a 11 wide variety of controls you can use in your UI, such as buttons, text fields, seek bars, 42 <p>Here's a list of some common controls that you can use in your app. Follow the links to learn 45 <p class="note"><strong>Note:</strong> Android provides several more controls than are listed 57 <td><a href="controls/button.html">Button</a></td> 62 <td><a href="controls/text.html">Text field</a></td> 67 <td><a href="controls/checkbox.html">Checkbox</a></td> 72 <td><a href="controls/radiobutton.html">Radio button</a></td> 78 <td><a href="controls/togglebutton.html" style="white-space:nowrap">Toggle button</a></td> [all …]
|
D | overview.jd | 12 android.view.ViewGroup} subclasses that offer you common input controls (such as buttons and text 21 controls or other widgets that
|
D | index.jd | 3 …ety of pre-build UI components such as structured layout objects and UI controls that allow you to…
|
/frameworks/base/docs/html/training/tv/ |
D | optimizing-navigation-tv.jd | 41 <li>Ensuring all layout controls are D-pad navigable.</li> 43 <li>Placing layout controls for easy access.</li> 49 On a TV, users navigate with controls on a TV remote, using either a D-pad or arrow keys. 60 <li>Ensure that the D-pad can navigate to all the visible controls on the screen.</li> 63 <li>Ensure that movement between controls is straightforward and predictable.</li> 69 controls. 118 for selected and focused controls. For example: 146 Provide sufficient padding within the focusable and selectable controls so that the highlights arou… 201 Also, notice in the UI layout above action controls are on the left hand side of a vertically scrol… 203 In general, for layouts with horizontally scrolling components, place action controls on left or ri…
|
D | optimizing-layouts-tv.jd | 41 <li>Ensuring that text and controls are large enough to be visible from a distance.</li> 51 <li>Put on-screen navigational controls on the left or right side of the screen and save the 61 <li>Add sufficient margins between layout controls to avoid a cluttered UI.</li> 71 In this layout, the controls are on the lefthand side. The UI is displayed within a 103 of the screen, instead of creating a custom Fragment to add controls: 120 The text and controls in a TV application's UI should be easily visible and navigable from a distan…
|
D | index.jd | 45 <li>providing easily-accessible controls on the screen.</li>
|
/frameworks/base/docs/html/design/patterns/ |
D | compatibility.jd | 7 via virtual controls (Back, Home, Recents).</li> 17 <h4>Phones with virtual navigation controls</h4> 50 <h4>Legacy apps on phones with virtual navigation controls</h4> 52 controls, an action overflow control appears at the right side of the virtual navigation bar. You
|
/frameworks/base/core/java/android/webkit/ |
D | ZoomControlEmbedded.java | 90 View controls = mZoomButtonsController.getZoomControls(); in getControls() local 91 ViewGroup.LayoutParams params = controls.getLayoutParams(); in getControls()
|
/frameworks/base/docs/html/design/building-blocks/ |
D | pickers.jd | 18 display in a dialog. For inline display, consider using more compact controls such as text fields or 26 <p>Android provides these as ready-to-use dialogs. Each picker is a dialog with a set of controls f…
|
D | seek-bars.jd | 20 … ringer volume. The value can either be set through the hardware volume controls or interactively …
|
D | tabs.jd | 16 <p>Scrolling tab controls can contain a larger number of items than a standard tab control. To navi…
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | apps.jd | 66 android.widget.EditText}, {@link android.widget.CheckBox} and other user interface controls using 72 Touch, and try using your application using only directional controls.</li> 75 <p>Developers who create custom controls that extend from the {@link android.view.View} class have 77 document also discusses how to make custom view controls compatible with accessibility services.</p> 82 <p>Many user interface controls rely on visual cues to inform users of their meaning. For 88 <p>To provide textual information about interface controls (as an alternative to the visual cues), 97 in your application's user interface, and on any other input controls that might require additional 120 <p>Focus navigation allows users with disabilities to step through user interface controls using a 128 Verify that all user interface (UI) controls in your application are accessible 130 directional controller has the same effect as touching the controls on the touchscreen. For [all …]
|
/frameworks/base/docs/html/training/managing-audio/ |
D | volume-playback.jd | 35 users can control the volume of your app using the hardware or software volume controls of their 58 <p>By default, pressing the volume controls modify the volume of the active audio stream. If your 74 android.app.Activity} or {@link android.app.Fragment} that controls 76 volume controls function as the user expects.<p>
|
D | index.jd | 50 software volume controls and where available the play, stop, pause, skip, and previous media
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | widget_design.jd | 79 graphical controls and other elements. App widgets can contain a subset of the View widgets in 80 Android; supported controls include text labels, buttons, and images. For a full list of available 84 the frame and the widget's controls.</p> 88 alt="Widgets generally have margins and padding between bounding box, frame, and controls" 92 bounding box and frame, and padding between the frame and widget controls.</p> 238 <p class="note"><strong>Note: </strong> Just like with controls in activities, you should ensure 239 that interactive controls have distinct visual focused and pressed states using <a
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | radiobutton.jd | 3 parent.link=../controls.html 24 href="{@docRoot}guide/topics/ui/controls/spinner.html">spinner</a> instead.</p>
|
D | togglebutton.jd | 3 parent.link=../controls.html 41 controls are subclasses of {@link android.widget.CompoundButton} and function in the same manner, so
|
D | pickers.jd | 3 parent.link=controls-form.html 36 <p>Android provides controls for the user to pick a time or pick a date as ready-to-use dialogs. 37 Each picker provides controls for selecting each part of the time (hour, minute, AM/PM) or date
|
D | button.jd | 3 parent.link=../controls.html 139 input controls.</p> 141 <p>You can control exactly how your controls are styled using a theme that you apply to your
|
D | checkbox.jd | 3 parent.link=../controls.html
|
/frameworks/base/docs/html/design/downloads/ |
D | index.jd | 27 rich typography, colors, interactive controls, and icons found throughout Android 4.0, along with 28 phone and tablet outlines to frame your creations. Source files for icons and controls are also
|
/frameworks/compile/slang/lit-tests/ |
D | README | 36 -j controls the number of parallel test executions
|
/frameworks/base/docs/html/guide/google/play/licensing/ |
D | overview.jd | 90 signed response data, and enforces access controls.</p> 183 <p>Google Play Licensing is designed to let you apply license controls to 199 <li>The security of your application's licensing controls ultimately relies on 207 <li>You can implement licensing controls for a free app, but only if you're using the service to
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 57 -j controls the number of tests to run in parallel
|
/frameworks/base/docs/html/tools/help/ |
D | draw9patch.jd | 47 <p>Optional controls include:</p>
|
1234