HomeSort by relevance Sort by last modified time
    Searched refs:orient (Results 1 - 25 of 33) sorted by null

1 2

  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/resources/
ScreenOrientation.java 44 for (ScreenOrientation orient : values()) {
45 if (orient.mValue.equals(value)) {
46 return orient;
67 for (ScreenOrientation orient : values()) {
68 if (orient == orientation) {
80 for (ScreenOrientation orient : values()) {
82 return orient;
ScreenRatio.java 43 for (ScreenRatio orient : values()) {
44 if (orient.mValue.equals(value)) {
45 return orient;
66 for (ScreenRatio orient : values()) {
67 if (orient == orientation) {
79 for (ScreenRatio orient : values()) {
81 return orient;
ScreenSize.java 44 for (ScreenSize orient : values()) {
45 if (orient.mValue.equals(value)) {
46 return orient;
67 for (ScreenSize orient : values()) {
68 if (orient == orientation) {
80 for (ScreenSize orient : values()) {
82 return orient;
TouchScreen.java 44 for (TouchScreen orient : values()) {
45 if (orient.mValue.equals(value)) {
46 return orient;
Density.java 49 for (Density orient : values()) {
50 if (orient.mValue.equals(value)) {
51 return orient;
  /external/webkit/WebCore/dom/
OverflowEvent.idl 32 readonly attribute unsigned short orient;
36 void initOverflowEvent(in unsigned short orient,
OverflowEvent.cpp 61 void OverflowEvent::initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow)
66 m_orient = orient;
OverflowEvent.h 50 void initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow);
52 unsigned short orient() const { return m_orient; } function in class:WebCore::OverflowEvent
  /external/webkit/WebCore/rendering/style/
StyleFlexibleBoxData.cpp 35 , orient(RenderStyle::initialBoxOrient())
47 , orient(o.orient)
56 pack == o.pack && orient == o.orient && lines == o.lines;
StyleFlexibleBoxData.h 50 unsigned orient: 1; // EBoxOrient
  /external/qemu/android/
hw-sensors.h 46 extern void android_sensors_set_coarse_orientation( AndroidCoarseOrientation orient );
hw-sensors.c 468 _hwSensors_setCoarseOrientation( HwSensors* h, AndroidCoarseOrientation orient )
486 switch (orient) {
531 android_sensors_set_coarse_orientation( AndroidCoarseOrientation orient )
534 _hwSensors_setCoarseOrientation(_sensorsState, orient);
  /external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
scrollbar_render.cpp 57 const wxRect& rect, wxOrientation orient, int current, variable
96 if (orient == wxHORIZONTAL)
  /external/webkit/WebCore/platform/wx/wxcode/gtk/
scrollbar_render.cpp 110 void wxRenderer_DrawScrollbar(wxWindow* window, wxDC& dc, const wxRect& rect, wxOrientation orient,
113 bool horiz = orient == wxHORIZONTAL;
  /frameworks/base/services/surfaceflinger/
Transform.cpp 354 uint32_t orient = mType >> 8; local
356 if (orient&ROT_INVALID) {
359 if (orient&ROT_90) {
364 if (orient&FLIP_V)
366 if (orient&FLIP_H)
  /external/webkit/WebCore/css/
mediaControls.css 34 -webkit-box-orient: horizontal;
67 -webkit-box-orient: horizontal;
mediaControlsAndroid.css 35 -webkit-box-orient: horizontal;
68 -webkit-box-orient: horizontal;
mediaControlsQt.css 37 -webkit-box-orient: horizontal;
CSSPropertyNames.in 183 -webkit-box-orient
mediaControlsQuickTime.css 59 -webkit-box-orient: horizontal;
  /external/webkit/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp 123 const wxRect& rect, wxOrientation orient, int current, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int max, int step, int flags)
128 bool horiz = orient == wxHORIZONTAL;
  /external/freetype/src/base/
ftoutln.c 818 FT_Orientation orient = FT_ORIENTATION_NONE;
866 if ( orient == FT_ORIENTATION_NONE )
867 orient = o;
868 else if ( orient != o )
873 return orient;
  /external/webkit/WebCore/platform/gtk/
gtkdrawing.h 385 * orient: [IN] the scale orientation
392 moz_gtk_get_scalethumb_metrics(GtkOrientation orient, gint* thumb_length, gint* thumb_height);
  /external/webkit/WebKit/win/
DOMEventsClasses.cpp 593 HRESULT STDMETHODCALLTYPE DOMOverflowEvent::orient( function in class:DOMOverflowEvent
  /external/webkit/WebKit/win/Interfaces/
DOMEvents.idl 355 //readonly attribute unsigned short orient;
356 HRESULT orient([out, retval] unsigned short* result);

Completed in 995 milliseconds

1 2