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

1 2 3 4 5 6 78 91011>>

  /external/skia/src/core/
SkConcaveToTriangles.h 27 // The holes must have opposite orientation of the outer contours, whereas
28 // islands within the holes must have the same orientation as the outer contour.
SkFontHost.cpp 30 void SkFontHost::SetSubpixelOrientation(LCDOrientation orientation)
32 gLCDOrientation = orientation;
  /external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.cpp 95 if (scrollbar->orientation() == HorizontalScrollbar) {
117 if (scrollbar->orientation() == HorizontalScrollbar)
135 if (scrollbar->orientation() == HorizontalScrollbar) {
155 if (scrollbar->orientation() == HorizontalScrollbar)
165 if (scrollbar->orientation() == HorizontalScrollbar) {
186 wxOrientation orientation = (scrollbar->orientation() == HorizontalScrollbar) ? wxHORIZONTAL : wxVERTICAL; local
204 wxRenderer_DrawScrollbar(webview, *dc, scrollbar->frameRect(), orientation, scrollbar->currentPos(), static_cast<wxScrollbarPart>(scrollbar->pressedPart()),
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineBaseline.cpp 160 // Spec: Fullwidth ideographic and fullwidth Latin text will be set with a glyph-orientation of 0-degrees.
161 // Text which is not fullwidth will be set with a glyph-orientation of 90-degrees.
191 // Spec: If the 'glyph-orientation-horizontal' results in an orientation angle that is not a multiple of
194 // Spec: If if the 'glyph-orientation-vertical' results in an orientation angle that is not a multiple of
199 // Vertical orientation handling.
219 // Horizontal orientation handling.
  /external/webkit/Source/WebKit/android/jni/
DeviceMotionAndOrientationManager.cpp 65 void DeviceMotionAndOrientationManager::setMockOrientation(PassRefPtr<DeviceOrientation> orientation)
68 static_cast<DeviceOrientationClientMock*>(orientationClient())->setOrientation(orientation);
71 void DeviceMotionAndOrientationManager::onOrientationChange(PassRefPtr<DeviceOrientation> orientation)
74 static_cast<DeviceOrientationClientImpl*>(m_orientationClient.get())->onOrientationChange(orientation);
143 RefPtr<DeviceOrientation> orientation = DeviceOrientation::create(canProvideAlpha, alpha, canProvideBeta, beta, canProvideGamma, gamma); local
144 getWebViewCore(env, webViewCoreObject)->deviceMotionAndOrientationManager()->setMockOrientation(orientation.release());
149 RefPtr<DeviceOrientation> orientation = DeviceOrientation::create(canProvideAlpha, alpha, canProvideBeta, beta, canProvideGamma, gamma); local
150 getWebViewCore(env, webViewCoreObject)->deviceMotionAndOrientationManager()->onOrientationChange(orientation.release());
  /external/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 33 QVariant headerData(int section, Qt::Orientation orientation,
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 33 QVariant headerData(int section, Qt::Orientation orientation,
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 33 QVariant headerData(int section, Qt::Orientation orientation,
  /frameworks/base/core/res/res/layout/
alert_dialog.xml 26 android:orientation="vertical"
36 android:orientation="vertical">
40 android:orientation="horizontal"
74 android:orientation="vertical">
106 android:orientation="vertical" >
111 android:orientation="horizontal"
120 android:orientation="horizontal"
147 android:orientation="horizontal"
auto_complete_list.xml 19 android:orientation="vertical"
27 android:orientation="vertical"
keyguard_screen_sim_puk_landscape.xml 20 android:orientation="vertical"
29 android:orientation="vertical">
50 android:orientation="horizontal"
55 android:orientation="vertical"
77 android:orientation="vertical"
88 android:orientation="horizontal"
118 android:orientation="horizontal"
148 android:orientation="horizontal"
tab_content.xml 28 android:orientation="vertical"
34 android:orientation="horizontal"
  /frameworks/base/packages/SystemUI/res/layout-sw600dp/
status_bar_notification_peek.xml 27 android:orientation="vertical"
36 android:orientation="vertical"
  /frameworks/base/packages/SystemUI/res/values-land/
strings.xml 20 <!-- Rotation lock toast text: shown when rotation lock is turned on in landscape orientation.
22 <string name="toast_rotation_locked">Screen is now locked in landscape orientation.</string>
  /frameworks/base/tests/FixVibrateSetting/res/layout/
fix_vibrate.xml 4 android:orientation="vertical"
23 android:orientation="horizontal"
  /frameworks/base/tests/HwAccelerationTest/res/layout/
view_layers_4.xml 18 android:orientation="horizontal"
23 android:orientation="vertical"
view_layers_5.xml 18 android:orientation="horizontal"
23 android:orientation="vertical"
  /frameworks/base/tests/ImfTest/res/layout/
one_edit_text_activity.xml 23 android:orientation="vertical"
28 android:orientation="vertical"
  /frameworks/base/tests/StatusBar/res/layout/
chrono_notification.xml 4 android:orientation="horizontal"
11 android:orientation="vertical"
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/res/layout/
appwidget_host.xml 18 android:orientation="vertical"
38 android:orientation="vertical"
  /packages/apps/Browser/res/layout/
import_bookmarks_dialog.xml 20 android:orientation="vertical"
32 android:orientation="vertical"
tab_bar.xml 18 android:orientation="horizontal"
25 android:orientation="horizontal" />
  /packages/apps/Contacts/res/layout/
aggregation_suggestions.xml 23 android:orientation="vertical"
29 android:orientation="vertical"
edit_field_list_with_anchor_view.xml 25 android:orientation="vertical">
30 android:orientation="vertical" />
item_kind_section.xml 23 android:orientation="vertical">
33 android:orientation="vertical" />

Completed in 968 milliseconds

1 2 3 4 5 6 78 91011>>