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

1 2 3 4 5

  /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.
separator.cc 21 Separator::Separator(Orientation orientation) : orientation_(orientation) {
slider.h 50 enum Orientation {
55 Slider(SliderListener* listener, Orientation orientation);
118 Orientation orientation_;
  /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/cc/quads/
io_surface_draw_quad.h 17 enum Orientation {
31 Orientation orientation);
40 Orientation orientation);
44 Orientation orientation; member in class:cc::IOSurfaceDrawQuad
io_surface_draw_quad.cc 16 orientation(FLIPPED) {
25 Orientation orientation) {
31 this->orientation = orientation;
41 Orientation orientation) {
46 this->orientation = orientation;
67 switch (orientation) {
    [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...]
  /packages/apps/Camera/src/com/android/camera/
Exif.java 48 case ExifTag.Orientation.TOP_LEFT:
50 case ExifTag.Orientation.BOTTOM_LEFT:
52 case ExifTag.Orientation.RIGHT_TOP:
54 case ExifTag.Orientation.RIGHT_BOTTOM:
57 Log.i(TAG, "Unsupported orientation");
64 Log.i(TAG, "Orientation not found");
67 Log.w(TAG, "Failed to read EXIF orientation", e);
70 Log.w(TAG, "Failed to read EXIF orientation", e);
  /hardware/akm/AK8975_FS/libsensors/
AkmSensor.cpp 55 mPendingEvents[Orientation ].version = sizeof(sensors_event_t);
56 mPendingEvents[Orientation ].sensor = ID_O;
57 mPendingEvents[Orientation ].type = SENSOR_TYPE_ORIENTATION;
58 mPendingEvents[Orientation ].orientation.status = SENSOR_STATUS_ACCURACY_HIGH;
89 case Orientation:
153 case Orientation:
266 return Orientation;
307 mPendingMask |= 1<<Orientation;
308 mPendingEvents[Orientation].orientation.azimuth = value * CONVERT_O
    [all...]
AkmSensor.h 42 Orientation,
  /external/chromium_org/ash/ime/
candidate_view.h 22 ui::CandidateWindow::Orientation orientation);
50 // The orientation of the candidate view.
51 ui::CandidateWindow::Orientation orientation_;
  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbar.h 41 enum Orientation {
104 virtual Orientation orientation() const = 0;
WebCompositorSupport.h 81 virtual WebScrollbarLayer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar) { return 0; }
  /external/chromium_org/cc/input/
scrollbar.h 26 virtual ScrollbarOrientation Orientation() const = 0;
  /external/chromium_org/third_party/WebKit/public/web/
WebPluginScrollbar.h 42 BLINK_EXPORT static WebPluginScrollbar* createForPlugin(WebScrollbar::Orientation,
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerAdvancedComponent.java 9 import android.graphics.drawable.GradientDrawable.Orientation;
51 mGradientDrawable = new GradientDrawable(GradientDrawable.Orientation.LEFT_RIGHT, null);
88 Orientation currentOrientation = Orientation.LEFT_RIGHT;
  /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/cc/blink/
web_scrollbar_layer_impl.h 29 blink::WebScrollbar::Orientation orientation,
web_scrollbar_layer_impl.cc 20 blink::WebScrollbar::Orientation orientation) {
21 return orientation == blink::WebScrollbar::Horizontal ? cc::HORIZONTAL
42 blink::WebScrollbar::Orientation orientation,
47 SolidColorScrollbarLayer::Create(ConvertOrientation(orientation),
scrollbar_impl.h 28 virtual cc::ScrollbarOrientation Orientation() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.h 42 WebPluginScrollbarImpl(Orientation, ScrollbarGroup*, WebPluginScrollbarClient*);
70 virtual WebScrollbar::Orientation orientation() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarImpl.h 54 virtual Orientation orientation() const OVERRIDE;
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 27 QVariant headerData(int section, Qt::Orientation orientation,

Completed in 412 milliseconds

1 2 3 4 5