HomeSort by relevance Sort by last modified time
    Searched full:orientation (Results 126 - 150 of 2362) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/accessibility/
AccessibilityScrollbar.cpp 67 AccessibilityOrientation AccessibilityScrollbar::orientation() const function in class:WebCore::AccessibilityScrollbar
72 if (m_scrollbar->orientation() == HorizontalScrollbar)
74 if (m_scrollbar->orientation() == VerticalScrollbar)
104 m_scrollbar->scrollableArea()->scrollToOffsetWithoutAnimation(m_scrollbar->orientation(), newValue);
  /external/webkit/Source/WebKit/mac/WebView/
WebDeviceOrientationProviderMock.mm 43 - (void)setOrientation:(WebDeviceOrientation*)orientation
45 m_core->setOrientation(core(orientation));
102 - (void)setOrientation:(WebDeviceOrientation*)orientation
104 [m_internal setOrientation:orientation];
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceOrientationProviderQt.cpp 53 // Provide device orientation data according W3C spec:
54 // http://dev.w3.org/geo/api/spec-source-orientation.html
72 void DeviceOrientationProviderQt::changeDeviceOrientation(DeviceOrientation* orientation)
74 m_orientation = orientation;
  /frameworks/base/core/res/res/layout/
preference_list_content_single.xml 21 android:orientation="vertical"
26 android:orientation="horizontal"
33 android:orientation="vertical"
71 android:orientation="horizontal"
  /frameworks/base/media/tests/MediaDump/res/layout/
main.xml 7 android:orientation="vertical"
  /frameworks/base/media/tests/ScoAudioTest/res/layout/
scoaudiotest.xml 20 android:orientation="vertical">
25 android:orientation="vertical">
28 android:orientation="horizontal"
65 android:orientation="vertical">
68 android:orientation="horizontal"
97 android:orientation="vertical">
100 android:orientation="horizontal"
134 android:orientation="vertical">
137 android:orientation="horizontal"
  /frameworks/base/tests/HugeBackup/res/layout/
backup_restore.xml 20 android:orientation="vertical"
25 android:orientation="vertical"
31 android:orientation="vertical"
46 android:orientation="vertical">
  /frameworks/base/tests/StatusBar/res/layout/
progress_notification.xml 3 android:orientation="vertical"
  /packages/apps/Contacts/res/layout/
raw_contact_readonly_editor_view.xml 21 android:orientation="vertical"
30 android:orientation="horizontal"
49 android:orientation="horizontal">
77 android:orientation="vertical"/>
  /packages/apps/PackageInstaller/
AndroidManifest.xml 16 android:configChanges="orientation|keyboardHidden"
34 android:configChanges="orientation|keyboardHidden">
37 android:configChanges="orientation|keyboardHidden"
48 android:configChanges="orientation|keyboardHidden">
  /packages/apps/Stk/res/layout/
stk_msg_dialog.xml 21 android:orientation="vertical" >
27 android:orientation="vertical">
47 android:orientation="vertical" >
51 android:orientation="horizontal"
  /packages/experimental/CameraPreviewTest/res/layout/
videochatcameratest_activity.xml 22 android:orientation="vertical">
26 android:orientation="horizontal" />
31 android:orientation="vertical"
35 android:orientation="vertical">
38 android:orientation="vertical">
41 android:orientation="horizontal">
59 android:orientation="horizontal">
77 android:orientation="horizontal">
100 android:orientation="horizontal">
  /packages/inputmethods/OpenWnn/res/layout/
candidates.xml 20 android:orientation="vertical"
33 android:orientation="vertical"
45 android:orientation="vertical"
64 android:orientation="vertical"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
metadata.xml 4 android:orientation="vertical" android:layout_width="match_parent"
sample3-expected-extract2.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/newlinear" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent">
sample3-expected-extract5.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/newlinear" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent">
sample3-variation2-expected-extract5.xml 2 <LinearLayout xmlns:customprefix="http://schemas.android.com/apk/res/android" customprefix:id="@+id/newlinear" customprefix:orientation="vertical" customprefix:layout_width="match_parent" customprefix:layout_height="match_parent">
unwrap-expected-unwrap1.xml 6 android:orientation="vertical" >
unwrap-expected-unwrap2.xml 6 android:orientation="vertical" >
  /sdk/testapps/basicProjectWithJava/res/layout/
main.xml 3 android:orientation="vertical"
  /sdk/testapps/basicProjectWithJavaFolder/res/layout/
main.xml 3 android:orientation="vertical"
  /packages/apps/Camera/src/com/android/camera/
Thumbnail.java 55 public Thumbnail(Uri uri, Bitmap bitmap, int orientation) {
57 mBitmap = rotateImage(bitmap, orientation);
77 private static Bitmap rotateImage(Bitmap bitmap, int orientation) {
78 if (orientation != 0) {
81 m.setRotate(orientation, bitmap.getWidth() * 0.5f,
168 return createThumbnail(lastMedia.uri, bitmap, lastMedia.orientation);
174 public Media(long id, int orientation, long dateTaken, Uri uri) {
176 this.orientation = orientation;
182 public final int orientation; field in class:Thumbnail.Media
    [all...]
  /external/webkit/Source/WebKit/win/
WebScrollBar.cpp 96 /* [in] */ WebScrollBarOrientation orientation,
101 ScrollbarOrientation webCoreOrientation = (ScrollbarOrientation) orientation;
146 ScrollableArea::scrollToOffsetWithoutAnimation(m_scrollBar->orientation(), m_currentPosition);
206 *w = m_scrollBar->orientation() == VerticalScrollbar ? ScrollbarTheme::nativeTheme()->scrollbarThickness(m_scrollBar->controlSize()) : -1;
216 *h = m_scrollBar->orientation() == HorizontalScrollbar ? ScrollbarTheme::nativeTheme()->scrollbarThickness(m_scrollBar->controlSize()) : -1;
256 int WebScrollBar::scrollSize(ScrollbarOrientation orientation) const
258 return (orientation == m_scrollBar->orientation()) ? (m_scrollBar->totalSize() - m_scrollBar->visibleSize()) : 0;
268 m_currentPosition = (m_scrollBar->orientation() == HorizontalScrollbar) ? offset.x() : offset.y();
280 return m_scrollBar->orientation() == HorizontalScrollbar ? m_scrollBar.get() : 0
    [all...]
  /hardware/invensense/mlsdk/platform/include/linux/
mpu.h 181 * @orientation: the mounting matrix of the device relative to MPU.
186 * The orientation matricies are 3x3 rotation matricies
187 * that are applied to the data to rotate from the mounting orientation to the
188 * platform orientation. The values must be one of 0, 1, or -1 and each row and
197 signed char orientation[9]; member in struct:ext_slave_platform_data
280 * @orientation: Orientation matrix of the gyroscope
287 * work on this platform. The orientation matricies are 3x3 rotation matricies
288 * that are applied to the data to rotate from the mounting orientation to the
289 * platform orientation. The values must be one of 0, 1, or -1 and each row an
294 signed char orientation[GYRO_NUM_AXES * GYRO_NUM_AXES]; member in struct:mpu_platform_data
    [all...]
  /packages/apps/Calendar/res/layout/
edit_event_2.xml 19 android:orientation="vertical"
26 android:orientation="vertical"
40 android:orientation="horizontal"
80 android:orientation="vertical"
102 android:orientation="vertical"
128 android:orientation="vertical"
150 android:orientation="vertical"
176 android:orientation="vertical"
195 android:orientation="vertical" />
218 android:orientation="vertical
    [all...]

Completed in 1161 milliseconds

1 2 3 4 56 7 8 91011>>