HomeSort by relevance Sort by last modified time
    Searched full:orientation (Results 226 - 250 of 3190) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /tools/motodev/src/plugins/preflighting.core/devices/
atrix-me860.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
28 <d:screen-orientation>land</d:screen-orientation>
bravo.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
28 <d:screen-orientation>land</d:screen-orientation>
droid-x2-mb870.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
28 <d:screen-orientation>land</d:screen-orientation>
droidpro.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
28 <d:screen-orientation>land</d:screen-orientation>
droidx.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
28 <d:screen-orientation>land</d:screen-orientation>
me811.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
28 <d:screen-orientation>land</d:screen-orientation>
mt870.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
28 <d:screen-orientation>land</d:screen-orientation>
titanium.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
28 <d:screen-orientation>land</d:screen-orientation>
xoom-mz601.xml 11 <d:screen-orientation>land</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
28 <d:screen-orientation>land</d:screen-orientation>
xoom-mz604.xml 11 <d:screen-orientation>land</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
28 <d:screen-orientation>land</d:screen-orientation>
xoom-mz605.xml 11 <d:screen-orientation>land</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
28 <d:screen-orientation>land</d:screen-orientation>
xprt-mb612.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
28 <d:screen-orientation>land</d:screen-orientation>
xt882.xml 11 <d:screen-orientation>port</d:screen-orientation>
25 <d:screen-orientation>port</d:screen-orientation>
28 <d:screen-orientation>land</d:screen-orientation>
  /development/samples/ApiDemos/res/layout/
layout_animations_hideshow.xml 17 android:orientation="vertical"
23 android:orientation="horizontal"
35 android:orientation="horizontal"
  /device/google/accessory/demokit/app/res/layout/
main.xml 4 android:orientation="vertical" android:background="@drawable/background_holo_dark">
6 android:layout_width="fill_parent" android:orientation="horizontal"
21 android:layout_height="wrap_content" android:orientation="vertical"
  /external/webkit/Source/WebCore/dom/
DeviceOrientationEvent.h 42 static PassRefPtr<DeviceOrientationEvent> create(const AtomicString& eventType, DeviceOrientation* orientation)
44 return adoptRef(new DeviceOrientationEvent(eventType, orientation));
51 DeviceOrientation* orientation() const { return m_orientation.get(); } function in class:WebCore::DeviceOrientationEvent
  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk2.cpp 70 return scrollbar->orientation() == VerticalScrollbar ? theme->gtkVScrollbar() : theme->gtkHScrollbar();
118 GtkOrientation orientation = GTK_ORIENTATION_HORIZONTAL; local
119 if (scrollbar->orientation() == VerticalScrollbar) {
121 orientation = GTK_ORIENTATION_VERTICAL;
127 widgetContext.gtkPaintSlider(sliderRect, widget, stateType, shadowType, "slider", orientation);
152 ScrollbarOrientation orientation = scrollbar->orientation(); local
153 int buttonSize = (orientation == VerticalScrollbar) ? rect.height() : rect.width();
171 if (orientation == VerticalScrollbar) {
180 const char* detail = orientation == VerticalScrollbar ? "vscrollbar" : "hscrollbar"
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderDetailsMarker.h 34 enum Orientation { Up, Down, Left, Right };
36 Orientation orientation() const;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceMotionProviderQt.cpp 59 m_deviceOrientation->hasAlpha(), m_deviceOrientation->orientation()->alpha(),
60 /* beta available */ true, m_deviceOrientation->orientation()->beta(),
61 /* gamma available */ true, m_deviceOrientation->orientation()->gamma());
DeviceOrientationClientQt.cpp 61 return m_provider->orientation();
69 void DeviceOrientationClientQt::changeDeviceOrientation(DeviceOrientation* orientation)
74 m_controller->didChangeDeviceOrientation(orientation);
  /frameworks/base/core/java/android/gesture/
OrientedBoundingBox.java 31 public final float orientation; field in class:OrientedBoundingBox
37 orientation = angle;
61 matrix.setRotate(orientation);
  /frameworks/base/core/tests/coretests/res/layout/
focus_after_removal.xml 22 android:orientation="horizontal"
27 android:orientation="vertical"
44 android:orientation="vertical"
linear_layout_listview_height.xml 22 android:orientation="vertical"
28 android:orientation="vertical"
34 android:orientation="horizontal"
popup_window_visibility.xml 18 android:orientation="vertical"
28 android:orientation="vertical"
45 android:orientation="horizontal"
  /frameworks/base/tests/HwAccelerationTest/res/layout/
form.xml 18 android:orientation="vertical"
23 android:orientation="horizontal"
42 android:orientation="horizontal"

Completed in 689 milliseconds

1 2 3 4 5 6 7 8 91011>>