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

1 2 3

  /external/webkit/Source/WebCore/rendering/
RenderDetailsMarker.h 34 enum Orientation { Up, Down, Left, Right };
36 Orientation orientation() const;
  /external/webkit/Source/WebKit/chromium/public/
WebScrollbar.h 45 enum Orientation {
63 WEBKIT_API static WebScrollbar* create(WebScrollbarClient*, Orientation);
  /device/moto/stingray/sensors/
AkmSensor.cpp 51 mPendingEvents[Orientation ].version = sizeof(sensors_event_t);
52 mPendingEvents[Orientation ].sensor = ID_O;
53 mPendingEvents[Orientation ].type = SENSOR_TYPE_ORIENTATION;
54 mPendingEvents[Orientation ].orientation.status = SENSOR_STATUS_ACCURACY_HIGH;
77 mEnabled |= 1<<Orientation;
94 case ID_O: what = Orientation; break;
111 case Orientation: cmd = ECS_IOCTL_APP_SET_MFLAG; break;
136 case ID_O: what = Orientation; break;
243 mPendingMask |= 1<<Orientation;
    [all...]
AkmSensor.h 42 Orientation = 2,
  /device/samsung/crespo/libsensors/
AkmSensor.cpp 77 mPendingEvents[Orientation ].version = sizeof(sensors_event_t);
78 mPendingEvents[Orientation ].sensor = ID_O;
79 mPendingEvents[Orientation ].type = SENSOR_TYPE_ORIENTATION;
80 mPendingEvents[Orientation ].orientation.status = SENSOR_STATUS_ACCURACY_HIGH;
111 mEnabled |= 1<<Orientation;
113 mPendingEvents[Orientation].orientation.azimuth = absinfo.value;
116 mPendingEvents[Orientation].orientation.pitch = absinfo.value
    [all...]
AkmSensor.h 42 Orientation = 2,
  /external/skia/gpu/include/
GrGLTexture.h 131 enum Orientation {
155 Orientation fOrientation;
215 Orientation orientation() const { return fOrientation; } function in class:GrGLTexture
236 Orientation fOrientation;
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.h 152 Qt::ScrollBarPolicy scrollBarPolicy(Qt::Orientation orientation) const;
153 void setScrollBarPolicy(Qt::Orientation orientation, Qt::ScrollBarPolicy policy);
155 void setScrollBarValue(Qt::Orientation orientation, int value);
156 int scrollBarValue(Qt::Orientation orientation) const;
157 int scrollBarMinimum(Qt::Orientation orientation) const
    [all...]
  /external/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 33 QVariant headerData(int section, Qt::Orientation orientation,
eventhistory.cpp 52 QVariant EventListModel::headerData(int section, Qt::Orientation orientation,
58 if (orientation == Qt::Horizontal) {
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 33 QVariant headerData(int section, Qt::Orientation orientation,
eventhistory.cpp 53 QVariant EventListModel::headerData(int section, Qt::Orientation orientation,
59 if (orientation == Qt::Horizontal) {
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 33 QVariant headerData(int section, Qt::Orientation orientation,
eventhistory.cpp 53 QVariant EventListModel::headerData(int section, Qt::Orientation orientation,
59 if (orientation == Qt::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
  /external/webkit/Source/WebKit/chromium/src/
WebScrollbarImpl.h 48 WebScrollbarImpl(WebScrollbarClient*, Orientation orientation);
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 134 public enum Orientation {
154 this(new GradientState(Orientation.TOP_BOTTOM, null));
158 * Create a new gradient drawable given an orientation and an array
161 public GradientDrawable(Orientation orientation, int[] colors) {
162 this(new GradientState(orientation, colors));
722 st.mOrientation = Orientation.LEFT_RIGHT;
725 st.mOrientation = Orientation.BL_TR;
728 st.mOrientation = Orientation.BOTTOM_TOP;
731 st.mOrientation = Orientation.BR_TL
    [all...]
  /external/webkit/Source/WebCore/platform/qt/
WheelEventQt.cpp 33 void PlatformWheelEvent::applyDelta(int delta, Qt::Orientation orientation)
40 if (orientation == Qt::Horizontal) {
73 applyDelta(e->delta(), e->orientation());
92 applyDelta(e->delta(), e->orientation());
  /external/webkit/Tools/DumpRenderTree/qt/
EventSenderQt.h 89 QGraphicsSceneWheelEvent* createGraphicsSceneWheelEvent(QEvent::Type, const QPoint& pos, const QPoint& screenPos, int delta, Qt::KeyboardModifiers, Qt::Orientation);
  /hardware/invensense/libsensors/
MPLSensor.cpp 83 { "MPL Orientation", "Invensense", 1,
253 mPendingEvents[Orientation].version = sizeof(sensors_event_t);
254 mPendingEvents[Orientation].sensor = ID_O;
255 mPendingEvents[Orientation].type = SENSOR_TYPE_ORIENTATION;
256 mPendingEvents[Orientation].orientation.status
265 mHandlers[Orientation] = &MPLSensor::orienHandler;
787 int index) //note that this is the handler for the android 'orientation' sensor, not the mpl orientation output
797 //ComputeAndOrientation(heading[0], euler, s->orientation.v)
    [all...]
MPLSensor.h 50 Orientation,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
RoundRects.java 47 mDrawable = new GradientDrawable(GradientDrawable.Orientation.TL_BR,
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 106 // Creates shortcut text from the given index and the orientation.
108 chromeos::InputMethodLookupTable::Orientation orientation) {
119 if (orientation == chromeos::InputMethodLookupTable::kVertical) {
131 chromeos::InputMethodLookupTable::Orientation orientation) {
137 if (orientation == chromeos::InputMethodLookupTable::kVertical) {
155 chromeos::InputMethodLookupTable::Orientation orientation) {
160 (orientation == chromeos::InputMethodLookupTable::kVertical
966 const InputMethodLookupTable::Orientation orientation = local
    [all...]
  /external/webkit/Source/WebCore/platform/
PlatformWheelEvent.h 165 void applyDelta(int delta, Qt::Orientation);
  /development/apps/NinePatchLab/src/com/android/ninepatch/
NinePatchLab.java 63 return new GradientDrawable(GradientDrawable.Orientation.TR_BL,

Completed in 1488 milliseconds

1 2 3