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

1 2

  /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/cc/blink/
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/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 56 * @param {?WebInspector.Popover.Orientation=} arrowDirection
80 * @param {?WebInspector.Popover.Orientation=} arrowDirection
145 * @param {?WebInspector.Popover.Orientation=} arrowDirection
170 if ((roomAbove > roomBelow) || (arrowDirection === WebInspector.Popover.Orientation.Bottom)) {
172 if ((anchorBox.y > newElementPosition.height + arrowHeight + borderRadius) || (arrowDirection === WebInspector.Popover.Orientation.Bottom))
182 verticalAlignment = WebInspector.Popover.Orientation.Bottom;
186 if ((newElementPosition.y + newElementPosition.height + borderRadius >= totalHeight) && (arrowDirection !== WebInspector.Popover.Orientation.Top)) {
194 verticalAlignment = WebInspector.Popover.Orientation.Top;
214 if (verticalAlignment === WebInspector.Popover.Orientation.Bottom)
401 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:blink::SVGGlyph
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbar.h 41 enum Orientation {
104 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/ui/views/layout/
box_layout.h 31 enum Orientation {
62 BoxLayout(Orientation orientation,
130 // to calculate the height of the view when the orientation is vertical.
144 const Orientation orientation_;
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 272 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 157 public enum Orientation {
177 this(new GradientState(Orientation.TOP_BOTTOM, null));
181 * Create a new gradient drawable given an orientation and an array
184 public GradientDrawable(Orientation orientation, int[] colors) {
185 this(new GradientState(orientation, colors));
470 * Returns the orientation of the gradient defined in this drawable.
472 public Orientation getOrientation() {
477 * <p>Changes the orientation of the gradient defined in this drawable.</p>
478 * <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:__anon12840::__anon12841
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 515 .SetProperty("orientation", &WebAXObjectProxy::Orientation)
779 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,
  /frameworks/base/core/java/android/widget/
GridLayout.java 82 * {@link GridLayout#setOrientation(int) orientation},
168 public @interface Orientation {}
171 * The horizontal orientation.
176 * The vertical orientation.
251 private static final int ORIENTATION = R.styleable.GridLayout_orientation;
292 setOrientation(a.getInt(ORIENTATION, DEFAULT_ORIENTATION));
305 * Returns the current orientation.
313 @Orientation
320 * GridLayout uses the orientation property for two purposes:
328 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first
    [all...]

Completed in 479 milliseconds

1 2