HomeSort by relevance Sort by last modified time
    Searched defs:Orientation (Results 1 - 24 of 24) sorted by null

  /device/moto/stingray/sensors/
AkmSensor.h 42 Orientation = 2,
  /device/samsung/crespo/libsensors/
AkmSensor.h 42 Orientation = 2,
  /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);
  /external/skia/src/gpu/gl/
GrGLTexture.h 49 enum Orientation {
68 Orientation fOrientation;
105 Orientation orientation() const { return fOrientation; } function in class:GrGLTexture
119 Orientation fOrientation;
  /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
  /hardware/invensense/libsensors/
MPLSensor.h 50 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));
383 * Returns the orientation of the gradient defined in this drawable.
385 public Orientation getOrientation() {
390 * <p>Changes the orientation of the gradient defined in this drawable.</p>
391 * <p><strong>Note</strong>: changing orientation will affect all instance
    [all...]
  /external/qemu/android/
hw-sensors.c 98 } Orientation;
116 Orientation orientation; member in union:__anon10469::__anon10470
154 * orientation:<azimuth>:<pitch>:<roll>
319 snprintf(buffer, sizeof buffer, "orientation:%g:%g:%g",
320 sensor->u.orientation.azimuth,
321 sensor->u.orientation.pitch,
322 sensor->u.orientation.roll);
539 qemu_put_float(f, s->u.orientation.azimuth);
540 qemu_put_float(f, s->u.orientation.pitch)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.h 301 Orientation,
  /frameworks/av/libvideoeditor/vss/common/inc/
M4WRITER_common.h 158 * @brief This enum defines the possible orientation of a frame as described
190 M4WRITER_Orientation Orientation ;
  /external/jhead/
jhead.h 81 int Orientation;
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1044 milliseconds