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

1 2

  /device/htc/passion-common/libsensors/
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;
95 mEnabled |= 1<<Orientation;
97 mPendingEvents[Orientation].orientation.azimuth = absinfo.value;
100 mPendingEvents[Orientation].orientation.pitch = absinfo.value
    [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;
114 mEnabled |= 1<<Orientation;
116 mPendingEvents[Orientation].orientation.azimuth = absinfo.value;
119 mPendingEvents[Orientation].orientation.pitch = absinfo.value
    [all...]
AkmSensor.h 42 Orientation = 2,
  /external/webkit/WebKit/qt/Api/
qwebframe.h 149 Qt::ScrollBarPolicy scrollBarPolicy(Qt::Orientation orientation) const;
150 void setScrollBarPolicy(Qt::Orientation orientation, Qt::ScrollBarPolicy policy);
152 void setScrollBarValue(Qt::Orientation orientation, int value);
153 int scrollBarValue(Qt::Orientation orientation) const;
154 int scrollBarMinimum(Qt::Orientation orientation) const
    [all...]
qwebframe.cpp 941 Returns the scrollbar policy for the scrollbar defined by \a orientation.
943 Qt::ScrollBarPolicy QWebFrame::scrollBarPolicy(Qt::Orientation orientation) const
945 if (orientation == Qt::Horizontal)
951 Sets the scrollbar policy for the scrollbar defined by \a orientation to \a policy.
953 void QWebFrame::setScrollBarPolicy(Qt::Orientation orientation, Qt::ScrollBarPolicy policy)
959 if (orientation == Qt::Horizontal) {
975 Sets the current \a value for the scrollbar with orientation \a orientation
    [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/webkit/WebCore/platform/qt/
WheelEventQt.cpp 32 void PlatformWheelEvent::applyDelta(int delta, Qt::Orientation orientation)
34 if (orientation == Qt::Horizontal) {
69 applyDelta(e->delta(), e->orientation());
88 applyDelta(e->delta(), e->orientation());
  /external/webkit/WebCore/svg/
SVGGlyphElement.h 38 enum Orientation {
55 , orientation(Both)
76 orientation == other.orientation &&
89 unsigned orientation : 2; // Orientation member in struct:WebCore::SVGGlyphIdentifier
SVGGlyphElement.cpp 92 static inline SVGGlyphIdentifier::Orientation parseOrientation(const AtomicString& value)
139 // Spec: The horizontal advance after rendering the glyph in horizontal orientation.
155 // Spec: The vertical advance after rendering a glyph in vertical orientation.
167 identifier.orientation = parseOrientation(getAttribute(orientationAttr));
  /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));
687 st.mOrientation = Orientation.LEFT_RIGHT;
690 st.mOrientation = Orientation.BL_TR;
693 st.mOrientation = Orientation.BOTTOM_TOP;
696 st.mOrientation = Orientation.BR_TL
    [all...]
  /external/webkit/WebCore/platform/
PlatformWheelEvent.h 130 void applyDelta(int delta, Qt::Orientation);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
RoundRects.java 51 mDrawable = new GradientDrawable(GradientDrawable.Orientation.TL_BR,
  /development/apps/NinePatchLab/src/com/android/ninepatch/
NinePatchLab.java 63 return new GradientDrawable(GradientDrawable.Orientation.TR_BL,
  /external/jhead/
jhead.h 81 int Orientation;
exif.c 206 { TAG_ORIENTATION, "Orientation", FMT_USHORT, 1},
752 // Can have another orientation tag for the thumbnail, but if there's
754 ErrNonfatal("More than two orientation tags!",0,0);
760 ImageInfo.Orientation = (int)ConvertAnyFormat(ValuePtr, Format);
762 if (ImageInfo.Orientation < 0 || ImageInfo.Orientation > 8){
763 ErrNonfatal("Undefined rotation value %d", ImageInfo.Orientation, 0);
764 ImageInfo.Orientation = 0;
    [all...]
jhead.c 700 if (ImageInfo.Orientation >= 2 && ImageInfo.Orientation <= 8){
707 ErrFatal("Orientation screwup");
    [all...]
main.c 575 bufLen = addKeyValueInt(&buf, bufLen, "Orientation", ImageInfo.Orientation);
  /external/qemu/android/
hw-sensors.c 78 } Orientation;
91 Orientation orientation; member in union:__anon5861::__anon5862
128 * orientation:<azimuth>:<pitch>:<roll>
291 snprintf(buffer, sizeof buffer, "orientation:%g:%g:%g",
292 sensor->u.orientation.azimuth,
293 sensor->u.orientation.pitch,
294 sensor->u.orientation.roll);
447 /* change the values of the emulated orientation */
452 s->u.orientation.azimuth = azimuth
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
GradientDrawableTest.java 54 args = {android.graphics.drawable.GradientDrawable.Orientation.class, int[].class}
61 new GradientDrawable(GradientDrawable.Orientation.BL_TR, color);
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 254 GradientDrawable d = new GradientDrawable(GradientDrawable.Orientation.LEFT_RIGHT, colors);
  /frameworks/base/docs/html/resources/
resources_toc.cs 62 <li><a href="<?cs var:toroot ?>resources/articles/faster-screen-orientation-change.html">
63 <span class="en">Faster Screen Orientation Change</span>

Completed in 249 milliseconds

1 2