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

1 2 3 4 5 6 7 891011>>

  /packages/apps/Settings/res/layout/
power_usage_details.xml 27 android:orientation="vertical">
37 android:orientation="vertical">
51 android:orientation="vertical">
61 android:orientation="vertical">
84 android:orientation="vertical">
device_admin_add.xml 22 android:orientation="vertical">
35 android:orientation="vertical">
40 android:orientation="horizontal"
64 android:orientation="vertical">
73 android:orientation="horizontal"
96 android:orientation="vertical"
107 android:orientation="vertical"
114 android:orientation="horizontal"
120 android:orientation="horizontal"
141 android:orientation="horizontal
    [all...]
  /packages/apps/SpeechRecorder/res/layout/
recorder.xml 24 android:orientation="vertical">
28 android:orientation="vertical">
42 android:orientation="horizontal">
58 android:orientation="vertical" android:layout_weight="30">
71 android:orientation="vertical" android:layout_weight="30">
  /packages/experimental/RpcPerformance/res/layout/
main.xml 44 android:orientation="vertical">
61 android:orientation="vertical">
80 android:orientation="vertical">
97 android:orientation="vertical">
116 android:orientation="vertical">
131 android:orientation="vertical">
148 android:orientation="vertical">
163 android:orientation="vertical">
180 android:orientation="vertical">
195 android:orientation="vertical"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample11.xml 21 android:orientation="vertical" >
27 android:orientation="vertical"
34 android:orientation="horizontal" >
53 android:orientation="horizontal" >
74 android:orientation="horizontal" >
  /development/samples/ApiDemos/res/layout/
rotating_view.xml 17 android:orientation="vertical"
24 android:orientation="horizontal"
39 android:orientation="horizontal"
54 android:orientation="horizontal"
62 android:orientation="horizontal"
77 android:orientation="horizontal"
92 android:orientation="horizontal"
100 android:orientation="horizontal"
115 android:orientation="horizontal"
130 android:orientation="horizontal
    [all...]
  /external/webkit/Source/WebCore/dom/
DeviceOrientationController.cpp 54 RefPtr<DeviceOrientation> orientation = m_client->lastOrientation(); local
55 RefPtr<DeviceOrientationEvent> event = DeviceOrientationEvent::create(eventNames().deviceorientationEvent, orientation.get());
66 // If the client already has an orientation, we should fire an event with that
67 // orientation. The event is fired asynchronously, but without
68 // waiting for the client to get a new orientation.
102 void DeviceOrientationController::didChangeDeviceOrientation(DeviceOrientation* orientation)
104 RefPtr<DeviceOrientationEvent> event = DeviceOrientationEvent::create(eventNames().deviceorientationEvent, orientation);
  /frameworks/base/packages/SystemUI/res/layout/
system_bar_input_methods_panel.xml 25 android:orientation="vertical"
40 android:orientation="vertical"
47 android:orientation="vertical">
51 android:orientation="horizontal">
59 android:orientation="vertical"
95 android:orientation="vertical" />
105 android:orientation="vertical"
  /packages/apps/Mms/res/layout/
confirm_rate_limit_activity.xml 24 android:orientation="vertical">
29 android:orientation="vertical"
35 android:orientation="horizontal"
66 android:orientation="vertical"
82 android:orientation="vertical" >
89 android:orientation="vertical" />
93 android:orientation="horizontal" >
  /packages/inputmethods/OpenWnn/res/layout/
candidates.xml 20 android:orientation="vertical"
25 android:orientation="vertical"
32 android:orientation="vertical"
37 android:orientation="horizontal"
81 android:orientation="vertical"
92 android:orientation="vertical"
109 android:orientation="vertical"
  /external/webkit/Source/WebKit/chromium/src/
WebScrollbarImpl.cpp 53 WebScrollbar* WebScrollbar::create(WebScrollbarClient* client, Orientation orientation)
55 return new WebScrollbarImpl(client, orientation);
63 WebScrollbarImpl::WebScrollbarImpl(WebScrollbarClient* client, Orientation orientation)
69 static_cast<ScrollbarOrientation>(orientation),
84 int length = m_scrollbar->orientation() == HorizontalScrollbar ? m_scrollbar->width() : m_scrollbar->height();
98 ScrollableArea::scrollToOffsetWithoutAnimation(m_scrollbar->orientation(), static_cast<float>(position));
103 int length = m_scrollbar->orientation() == HorizontalScrollbar ? m_scrollbar->width() : m_scrollbar->height();
111 bool horizontal = m_scrollbar->orientation() == HorizontalScrollbar
    [all...]
  /frameworks/base/docs/html/guide/topics/sensors/
sensors_position.jd 10 <li><a href="#sensors-pos-orient">Using the Orientation Sensor</a></li>
45 geomagnetic field sensor and the orientation sensor. The Android platform also
51 (for example, during a phone call). The orientation sensor is software-based and derives its data
54 <p class="note"><strong>Note:</strong> The orientation sensor was deprecated in Android 2.2 (API
60 the magnetic North Pole. You can also use the orientation sensor (or similar sensor-based
61 orientation methods) to determine a device's position in your application's frame of reference.
66 <p>The geomagnetic field sensor and orientation sensor return multi-dimensional arrays of sensor
68 for each {@link android.hardware.SensorEvent}. For example, the orientation sensor provides
71 the orientation sensor provides azimuth (yaw), pitch, and roll values during a single sensor event.
123 8). The sensor framework provides alternate methods for acquiring device orientation, which ar
    [all...]
  /frameworks/base/services/java/com/android/server/display/
DisplayDevice.java 132 * @param orientation defines the display's orientation
136 * mapped to. displayRect is specified post-orientation, that is
137 * it uses the orientation seen by the end-user
139 public final void setProjectionInTransactionLocked(int orientation,
141 if (mCurrentOrientation != orientation
146 mCurrentOrientation = orientation;
159 orientation, layerStackRect, displayRect);
174 * Populates the specified viewport object with orientation,
178 viewport.orientation = mCurrentOrientation
    [all...]
  /cts/apps/CtsVerifier/res/layout/
co_main.xml 21 android:orientation="vertical" >
28 android:orientation="horizontal" >
35 android:orientation="vertical" >
59 android:orientation="vertical" >
83 android:orientation="vertical" >
101 android:orientation="vertical" >
  /development/apps/Development/res/layout/
accounts_tester.xml 18 android:orientation="vertical"
23 android:orientation="horizontal"
38 android:orientation="horizontal"
61 android:orientation="horizontal"
76 android:orientation="horizontal"
92 android:orientation="horizontal"
  /external/webkit/Source/WebCore/svg/
SVGGlyphElement.h 38 enum Orientation {
55 , orientation(Both)
76 && orientation == other.orientation
88 unsigned orientation : 2; // Orientation member in struct:WebCore::SVGGlyphIdentifier
  /frameworks/base/tests/FrameworkPerf/res/layout/
main.xml 20 android:orientation="vertical"
25 android:orientation="horizontal"
44 android:orientation="horizontal"
64 android:orientation="horizontal"
80 android:orientation="horizontal"
98 android:orientation="horizontal"
  /packages/apps/Bluetooth/res/layout/
testactivity_main.xml 3 android:orientation="vertical"
6 <LinearLayout android:orientation="horizontal"
20 <LinearLayout android:orientation="horizontal"
40 <LinearLayout android:orientation="horizontal"
58 <LinearLayout android:orientation="horizontal"
76 <LinearLayout android:orientation="horizontal"
  /packages/apps/CellBroadcastReceiver/res/layout/
cell_broadcast_alert.xml 27 android:orientation="vertical">
32 android:orientation="vertical">
41 android:orientation="horizontal"
69 android:orientation="vertical">
89 android:orientation="vertical"
97 android:orientation="horizontal"
  /packages/apps/Email/res/layout-sw600dp/
message_compose.xml 23 android:orientation="vertical"
33 android:orientation="vertical"
37 android:orientation="horizontal"
43 android:orientation="vertical"
63 android:orientation="vertical"
74 android:orientation="vertical"
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
FaceView.java 37 // The orientation compensation for the face indicator to make it look
66 public void setDisplayOrientation(int orientation) {
67 mDisplayOrientation = orientation;
68 if (LOGV) Log.v(TAG, "mDisplayOrientation=" + orientation);
71 public void setOrientation(int orientation) {
72 mOrientation = orientation;
  /packages/apps/PackageInstaller/res/layout/
uninstall_confirm.xml 26 android:orientation="vertical"
35 android:orientation="vertical"
69 android:orientation="vertical"
78 android:orientation="horizontal"
85 android:orientation="horizontal"
110 android:orientation="horizontal"
uninstall_progress.xml 20 android:orientation="vertical">
27 android:orientation="vertical"
36 android:orientation="horizontal"
43 android:orientation="horizontal"
59 android:orientation="horizontal"
78 android:orientation="vertical">
  /tools/motodev/src/plugins/preflighting.core/devices/
admiral-xt603.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>
atrix-mb860.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>

Completed in 1653 milliseconds

1 2 3 4 5 6 7 891011>>