HomeSort by relevance Sort by last modified time
    Searched full:horizontal (Results 176 - 200 of 2006) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Launcher2/res/layout/
apps_customize_widget.xml 35 android:orientation="horizontal">
45 android:fadingEdge="horizontal"
  /packages/apps/Phone/res/layout/
dialpad_additional_buttons.xml 17 <!-- Horizontal row of buttons (Search / Dial / Backspace) shown
27 android:orientation="horizontal">
  /packages/apps/Stk/res/layout/
stk_title.xml 26 android:orientation="horizontal"
33 android:orientation="horizontal"
  /packages/inputmethods/LatinIME/java/res/layout/
input_view.xml 33 <!-- On tablets, the suggestions strip is centered with horizontal paddings on both sides
38 android:orientation="horizontal"
  /sdk/rule_api/src/com/android/ide/common/api/
Segment.java 20 * A segment is a straight horizontal or vertical line between two points, typically an
25 /** For horizontal lines, the y coordinate; for vertical lines the x */
  /external/chromium/chrome/browser/resources/file_manager/css/
file_manager.css 38 -webkit-box-orient: horizontal;
47 -webkit-box-orient: horizontal;
58 -webkit-box-orient: horizontal;
66 -webkit-box-orient: horizontal;
222 -webkit-box-orient: horizontal;
258 -webkit-box-orient: horizontal;
378 -webkit-box-orient: horizontal;
387 -webkit-box-orient: horizontal;
392 /* A horizontal spring. */
393 .horizontal-spacer
    [all...]
  /external/junit/src/junit/awtui/
TestRunner.java 300 addGrid(panel, suiteLabel, 0, 0, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
302 addGrid(panel, fSuiteField, 0, 1, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
303 addGrid(panel, fRun, 2, 1, 1, GridBagConstraints.HORIZONTAL, 0.0, GridBagConstraints.CENTER);
305 addGrid(panel, fProgressIndicator, 0, 3, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
310 addGrid(panel, failureLabel, 0, 5, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.WEST);
312 addGrid(panel, failedPanel, 2, 6, 1, GridBagConstraints.HORIZONTAL, 0.0, GridBagConstraints.CENTER);
315 addGrid(panel, fStatusLine, 0, 8, 2, GridBagConstraints.HORIZONTAL, 1.0, GridBagConstraints.CENTER);
316 addGrid(panel, fQuitButton, 2, 8, 1, GridBagConstraints.HORIZONTAL, 0.0, GridBagConstraints.CENTER);
336 GridBagConstraints.CENTER, GridBagConstraints.HORIZONTAL,
350 GridBagConstraints.CENTER, GridBagConstraints.HORIZONTAL,
    [all...]
  /frameworks/base/docs/html/training/design-navigation/
descendant-lateral.jd 21 <li><a href="#paging">Horizontal Paging (Swipe Views)</a></li>
100 <p>Using vertical lists can also lead to awkward user interactions and poor use of whitespace on larger screens, as list items generally span the entire width of the screen yet have a fixed height. One way to alleviate this is to provide additional information, such as text summaries, that fills the available horizontal space. Another way is to provide additional information in a separate horizontal pane adjacent to the list.</p>
141 <h2 id="paging">Horizontal Paging (Swipe Views)</h2>
149 <p>Another popular lateral navigation pattern is horizontal paging, also referred to as swipe views. This pattern applies best to collection-related sibling screens, such as a list of categories (world, business, technology, and health stories). Like tabs, this pattern also allows grouping screens in that the parent presents the contents of child screens embedded within its own layout.</p>
153 alt="Example horizontal paging navigation interface with relevant screen map excerpt" id="figure-paging">
155 <p class="img-caption"><strong>Figure 6.</strong> Example horizontal paging navigation interface with relevant screen map excerpt.</p>
158 <p>In a horizontal paging UI, a single child screen (referred to as a <em>page</em> here) is presented one at a time. Users are able to navigate to sibling screens by touching and dragging the screen horizontally in the direction of the desired adjacent page. This gestural interaction is often complemented by another UI element indicating the current page and available pages, to aid discoverability and provide more context to the user. This practice is especially necessary when using this pattern for lateral navigation of section-related sibling screens. Examples of such elements include tick marks, scrolling labels, and tabs.</p>
167 <p>It's also best to avoid this pattern when child screens contain horizontal panning surfaces (such as maps), as these conflicting interactions may deter your screen's usability.</p>
169 <p>Additionally, for sibling-related screens, horizontal paging is most appropriate where there is some similarity in content type and when the number of s (…)
    [all...]
  /frameworks/media/libvideoeditor/vss/src/
M4AIR_API.c 81 M4OSA_UInt32 u32_x_accum_start[4]; /**< horizontal initial accumulator value */
83 M4OSA_UInt32 u32_x_accum[4]; /**< save of horizontal accumulator value */
282 /* Compute horizontal ratio between src and destination width.*/
614 /* Reinit horizontal weight factor */
626 u32_x_frac = (u32_x_accum >> 12)&15; /* Fraction of Horizontal
641 /* Update horizontal accumulator */
651 u32_x_frac = (u32_x_accum >> 12)&15; /* Fraction of Horizontal
666 /* Update horizontal accumulator */
691 /* horizontal weight factor */
760 /* Update horizontal accumulator *
    [all...]
  /cts/apps/CtsVerifier/res/layout/
aq_row.xml 18 android:orientation="horizontal"
  /cts/tests/tests/holo/res/layout/
radiogroup_horizontal.xml 19 android:orientation="horizontal"
  /development/apps/BuildWidget/res/xml/
widget_build.xml 24 android:resizeMode="horizontal"
  /development/apps/Development/res/layout/
pkg_list_item.xml 24 android:orientation="horizontal"
  /development/samples/ApiDemos/res/layout/
animation_reversing.xml 23 android:orientation="horizontal"
animator_custom_evaluator.xml 23 android:orientation="horizontal"
autocomplete_1.xml 28 android:orientation="horizontal"
autocomplete_2.xml 29 android:orientation="horizontal"
autocomplete_4.xml 28 android:orientation="horizontal"
autocomplete_5.xml 28 android:orientation="horizontal"
autocomplete_6.xml 28 android:orientation="horizontal"
baseline_1.xml 18 android:orientation="horizontal"
baseline_2.xml 18 android:orientation="horizontal"
date_widgets_example_2.xml 21 android:orientation="horizontal">
density_image_views.xml 18 android:orientation="horizontal"
focus_2.xml 20 android:orientation="horizontal">

Completed in 1582 milliseconds

1 2 3 4 5 6 78 91011>>