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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDetailsMarker.h 32 enum Orientation { Up, Down, Left, Right };
34 Orientation orientation() const;
  /external/chromium_org/ui/views/controls/
separator.h 19 enum Orientation {
27 explicit Separator(Orientation orientation);
38 const Orientation orientation_;
single_split_view.h 22 enum Orientation {
31 Orientation orientation,
46 Orientation orientation() const { function in class:views::SingleSplitView
50 void set_orientation(Orientation orientation) {
51 is_horizontal_ = orientation == HORIZONTAL_SPLIT;
125 // Orientation of the split view.
slider.h 50 enum Orientation {
55 Slider(SliderListener* listener, Orientation orientation);
118 Orientation orientation_;
  /external/chromium_org/cc/quads/
io_surface_draw_quad.h 17 enum Orientation {
31 Orientation orientation);
40 Orientation orientation);
44 Orientation orientation; member in class:cc::IOSurfaceDrawQuad
  /external/chromium_org/cc/test/
fake_scrollbar.cc 32 ScrollbarOrientation FakeScrollbar::Orientation() const {
  /hardware/akm/AK8975_FS/libsensors/
AkmSensor.h 42 Orientation,
  /external/chromium_org/content/renderer/compositor_bindings/
scrollbar_impl.cc 27 cc::ScrollbarOrientation ScrollbarImpl::Orientation() const {
28 if (scrollbar_->orientation() == WebScrollbar::Horizontal)
51 if (scrollbar_->orientation() == WebScrollbar::Horizontal)
58 if (scrollbar_->orientation() == WebScrollbar::Horizontal)
  /external/chromium_org/ui/views/layout/
box_layout.h 29 enum Orientation {
57 BoxLayout(Orientation orientation,
94 const Orientation orientation_;
  /external/chromium_org/third_party/skia/include/core/
SkDeviceProperties.h 9 /** The orientation of the pixel specifies the interpretation of the
10 * layout. If the orientation is horizontal, the layout is interpreted as
11 * left to right. It the orientation is vertical, the layout is
14 enum Orientation {
39 Orientation getOrientation() {
40 return static_cast<Orientation>(fGeometry & kOrientationMask);
55 static Orientation fromOldOrientation(SkFontLCDConfig::LCDOrientation orientation) {
56 switch (orientation) {
71 Orientation orientation = fromOldOrientation(SkFontLCDConfig::GetSubpixelOrientation()); //kHorizontal_Orienta (…) local
    [all...]
  /external/skia/include/core/
SkDeviceProperties.h 9 /** The orientation of the pixel specifies the interpretation of the
10 * layout. If the orientation is horizontal, the layout is interpreted as
11 * left to right. It the orientation is vertical, the layout is
14 enum Orientation {
39 Orientation getOrientation() {
40 return static_cast<Orientation>(fGeometry & kOrientationMask);
55 static Orientation fromOldOrientation(SkFontLCDConfig::LCDOrientation orientation) {
56 switch (orientation) {
71 Orientation orientation = fromOldOrientation(SkFontLCDConfig::GetSubpixelOrientation()); //kHorizontal_Orienta (…) local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
Popover.js 59 * @param {?WebInspector.Popover.Orientation=} arrowDirection
83 * @param {?WebInspector.Popover.Orientation=} arrowDirection
144 * @param {?WebInspector.Popover.Orientation=} arrowDirection
169 if ((roomAbove > roomBelow) || (arrowDirection === WebInspector.Popover.Orientation.Bottom)) {
171 if ((anchorBox.y > newElementPosition.height + arrowHeight + borderRadius) || (arrowDirection === WebInspector.Popover.Orientation.Bottom))
181 verticalAlignment = WebInspector.Popover.Orientation.Bottom;
185 if ((newElementPosition.y + newElementPosition.height + borderRadius >= totalHeight) && (arrowDirection !== WebInspector.Popover.Orientation.Top)) {
193 verticalAlignment = WebInspector.Popover.Orientation.Top;
213 if (verticalAlignment === WebInspector.Popover.Orientation.Bottom)
392 WebInspector.Popover.Orientation =
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h 39 enum Orientation {
56 , orientation(Both)
78 && orientation == other.orientation
92 unsigned orientation : 2; // Orientation member in struct:WebCore::SVGGlyph
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbar.h 45 enum Orientation {
108 virtual Orientation orientation() const = 0;
  /external/chromium_org/ui/base/ime/
candidate_window.h 20 enum Orientation {
88 // Returns the orientation of the candidate window.
89 Orientation orientation() const { function in class:ui::CandidateWindow
92 void set_orientation(Orientation orientation) {
93 property_->is_vertical = (orientation == VERTICAL);
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 283 Orientation,
  /hardware/invensense/60xx/libsensors/
MPLSensor.h 50 Orientation,
  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayout.java 35 * orientation of the fold can be specified. Each of these parameters can
55 public static enum Orientation {
72 private Orientation mOrientation = Orientation.HORIZONTAL;
180 public void setOrientation(Orientation orientation) {
181 if (orientation != mOrientation) {
182 mOrientation = orientation;
205 public Orientation getOrientation() {
224 * This method is called in order to update the fold's orientation, ancho
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 154 public enum Orientation {
174 this(new GradientState(Orientation.TOP_BOTTOM, null), null);
178 * Create a new gradient drawable given an orientation and an array
181 public GradientDrawable(Orientation orientation, int[] colors) {
182 this(new GradientState(orientation, colors), null);
467 * Returns the orientation of the gradient defined in this drawable.
469 public Orientation getOrientation() {
474 * <p>Changes the orientation of the gradient defined in this drawable.</p>
475 * <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:__anon32867::__anon32868
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...]
  /hardware/invensense/6515/libsensors_iio/
sensors.h 70 Orientation,
137 {"MPL Orientation", "Invensense", 1, SENSORS_ORIENTATION_HANDLE,
167 {"MPL Screen Orientation", "Invensense ", 1, SENSORS_SCREEN_ORIENTATION_HANDLE,
195 {"MPL Orientation", "Invensense", 1,
223 {"MPL Screen Orientation", "Invensense ", 1,
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.cc 507 .SetProperty("orientation", &WebAXObjectProxy::Orientation)
739 std::string WebAXObjectProxy::Orientation() {
    [all...]
  /external/jhead/
jhead.h 100 int Orientation;
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.h 77 /* Uncomment to enable DMP display orientation
83 sensor type (DMP screen orientation) to the Java framework.
125 Orientation,
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 85 // bit mask of whether screen orientation is on
133 /* Uncomment to enable DMP display orientation
139 sensor type (DMP screen orientation) to the Java framework.
186 Orientation,

Completed in 2679 milliseconds

1 2 3