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

<<21222324252627282930>>

  /external/proguard/src/proguard/gui/
FilterDialog.java 73 textConstraints.fill = GridBagConstraints.HORIZONTAL;
85 textFieldConstraints.fill = GridBagConstraints.HORIZONTAL;
92 panelConstraints.fill = GridBagConstraints.HORIZONTAL;
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
webkit 199 horizontal
386 slider-horizontal
388 sliderthumb-horizontal
  /frameworks/base/core/java/android/appwidget/
AppWidgetProviderInfo.java 34 * Widget is resizable in the horizontal axis only.
42 * Widget is resizable in both the horizontal and vertical axes.
76 * is greater than minWidth or if horizontal resizing isn't enabled (see {@link #resizeMode}).
  /frameworks/base/core/res/res/layout/
keyguard_screen_lock.xml 102 android:orientation="horizontal"
137 android:orientation="horizontal"
171 android:orientation="horizontal"
keyguard_screen_tab_unlock.xml 66 android:orientation="horizontal"
128 android:orientation="horizontal"
165 android:orientation="horizontal"
  /frameworks/base/core/res/res/layout-sw600dp/
keyguard_screen_lock.xml 101 android:orientation="horizontal"
136 android:orientation="horizontal"
170 android:orientation="horizontal"
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 84 * Create a horizontal linear layout divided into thirds (with some margins
94 ll.setOrientation(LinearLayout.HORIZONTAL);
238 ll.setOrientation(LinearLayout.HORIZONTAL);
  /frameworks/base/docs/html/guide/appendix/
g-app-intents.jd 101 A zoom of 1.0 is 90 degree horizontal FOV for a nominal landscape mode 4
104 This means that the horizontal FOV of an Android phone in portrait mode is much
106 effect that would be present if a 90 degree horizontal FOV was used in portrait
  /frameworks/media/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeRGB565toRGB565.c 93 /* Compute horizontal ratio between src and destination width.*/
168 u32_x_frac = (u32_x_accum >> 12)&15; /* Horizontal weight factor */
238 /* Update horizontal accumulator */
M4VIFI_ResizeRGB888toRGB888.c 108 /* Compute horizontal ratio between src and destination width.*/
197 u32_x_frac = (u32_x_accum >> 12)&15; /* Horizontal weight factor */
259 /* Update horizontal accumulator */
  /packages/apps/Browser/res/layout/
browser_add_bookmark_content.xml 24 android:orientation="horizontal"
53 android:orientation="horizontal"
205 android:orientation="horizontal"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java 101 /** The horizontal position of the source of the constraint */
107 /** The horizontal position of the target of the constraint */
119 /** If true, this constraint affects the horizontal dimension */
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
PixelPerfectControls.java 117 mOverlaySlider = new Slider(this, SWT.HORIZONTAL);
134 mAutoRefreshSlider = new Slider(this, SWT.HORIZONTAL);
148 mZoomSlider = new Slider(this, SWT.HORIZONTAL);
  /cts/apps/CtsVerifier/res/layout/
aq_verifier_activity.xml 45 android:orientation="horizontal"
bt_connection_access.xml 33 <LinearLayout android:orientation="horizontal"
  /cts/apps/CtsVerifier/res/layout-land/
usb_main.xml 21 <LinearLayout android:orientation="horizontal"
  /cts/tests/res/layout/
animation_layout.xml 48 android:orientation="horizontal"
  /development/apps/Development/res/layout/
package_list_item.xml 31 android:orientation="horizontal"
  /development/apps/Development/res/values/
styles.xml 41 <item name="android:orientation">horizontal</item>
  /development/samples/ApiDemos/res/layout/
baseline_nested_1.xml 18 android:orientation="horizontal"
dialog_activity.xml 36 android:orientation="horizontal"
external_storage_item.xml 33 android:orientation="horizontal"
focus_5.xml 22 android:orientation="horizontal">
fragment_arguments.xml 35 <LinearLayout android:orientation="horizontal" android:padding="4dip"
incoming_message_view.xml 36 android:orientation="horizontal"

Completed in 742 milliseconds

<<21222324252627282930>>