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

1 2 34 5

  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 95 (1 << Orientation) \
138 {"MPL Orientation", "Invensense", 1,
166 {"MPL Screen Orientation", "Invensense ", 1,
500 /* setup orientation matrix and scale */
564 mPendingEvents[Orientation].version = sizeof(sensors_event_t);
565 mPendingEvents[Orientation].sensor = ID_O;
566 mPendingEvents[Orientation].type = SENSOR_TYPE_ORIENTATION;
567 mPendingEvents[Orientation].orientation.status
598 mHandlers[Orientation] = &MPLSensor::orienHandler
    [all...]
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,
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp 389 /* setup orientation matrix and scale */
456 mPendingEvents[Orientation].version = sizeof(sensors_event_t);
457 mPendingEvents[Orientation].sensor = ID_O;
458 mPendingEvents[Orientation].type = SENSOR_TYPE_ORIENTATION;
459 mPendingEvents[Orientation].orientation.status
494 mHandlers[Orientation] = &MPLSensor::orienHandler;
853 // get gyro orientation
884 // get accel orientation
    [all...]
MPLSensor.h 71 (1 << Orientation) \
97 #define INV_DMP_DISPL_ORIENTATION 0x002 //screen orientation
157 /* Screen Orientation is not currently supported */
  /external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc 47 child2 = SolidColorScrollbarLayer::Create(scrollbar->Orientation(),
430 child2 = SolidColorScrollbarLayer::Create(scrollbar->Orientation(),
715 SolidColorScrollbarLayer::Create(scrollbar->Orientation(),
    [all...]
  /external/chromium_org/ash/ime/
candidate_window_view.cc 171 if (candidate_window_.orientation() == ui::CandidateWindow::VERTICAL) {
243 if (candidate_window_.orientation() != new_candidate_window.orientation()) {
246 if (new_candidate_window.orientation() == ui::CandidateWindow::VERTICAL) {
294 if (new_candidate_window.orientation() == ui::CandidateWindow::VERTICAL) {
303 if (new_candidate_window.orientation() == ui::CandidateWindow::VERTICAL) {
310 if (new_candidate_window.orientation() == ui::CandidateWindow::VERTICAL)
353 const ui::CandidateWindow::Orientation orientation = local
354 candidate_window.orientation();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 272 Orientation,
  /external/chromium_org/tools/stats_viewer/
stats_viewer.Designer.cs 322 this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  /external/chromium_org/ui/file_manager/image_loader/
image_loader.js 132 // Orientation has to be adjusted.
133 if (options.orientation)
156 // Flip dimensions for odd orientation values: 1 (90deg) and 3 (270deg).
157 if (options.orientation && options.orientation % 2) {
208 // Default orientation is 0deg.
209 var orientation = options.orientation || 0;
211 // For odd orientation values: 1 (90deg) and 3 (270deg) flip dimensions.
214 if (orientation % 2)
    [all...]
  /external/jhead/
jhead.c 700 if (ImageInfo.Orientation >= 2 && ImageInfo.Orientation <= 8){
707 ErrFatal("Orientation screwup");
    [all...]
main.c 628 bufLen = addKeyValueInt(&buf, bufLen, "Orientation", ImageInfo.Orientation);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
LLand.java 232 GradientDrawable.Orientation.BOTTOM_TOP,
928 g.setOrientation(GradientDrawable.Orientation.LEFT_RIGHT);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/widget/
MultiShrinkScroller.java 184 GradientDrawable.Orientation.TOP_BOTTOM, mGradientColors);
186 GradientDrawable.Orientation.BOTTOM_TOP, mGradientColors);
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
touch_handle_unittest.cc 22 : orientation(TOUCH_HANDLE_ORIENTATION_UNDEFINED),
27 TouchHandleOrientation orientation; member in struct:content::__anon11941::MockDrawableData
41 virtual void SetOrientation(TouchHandleOrientation orientation) OVERRIDE {
42 data_->orientation = orientation;
48 // Anchor focus to the top left of the rect (regardless of orientation).
199 TEST_F(TouchHandleTest, Orientation) {
201 EXPECT_EQ(TOUCH_HANDLE_CENTER, drawable().orientation);
204 EXPECT_EQ(TOUCH_HANDLE_LEFT, drawable().orientation);
207 EXPECT_EQ(TOUCH_HANDLE_RIGHT, drawable().orientation);
    [all...]
  /external/chromium_org/cc/quads/
draw_quad_unittest.cc 393 IOSurfaceDrawQuad::Orientation orientation = IOSurfaceDrawQuad::UNFLIPPED; local
401 orientation);
407 EXPECT_EQ(orientation, copy_quad->orientation);
409 CREATE_QUAD_3_ALL(IOSurfaceDrawQuad, size, resource_id, orientation);
413 EXPECT_EQ(orientation, copy_quad->orientation);
741 IOSurfaceDrawQuad::Orientation orientation = IOSurfaceDrawQuad::UNFLIPPED; local
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.cc 515 .SetProperty("orientation", &WebAXObjectProxy::Orientation)
779 std::string WebAXObjectProxy::Orientation() {
    [all...]
  /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...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
exif_parser.js 205 // If no thumbnail orientation is encoded, assume same orientation as
400 * Map from the exif orientation value to the horizontal scale value.
407 * Map from the exif orientation value to the vertical scale value.
414 * Map from the exit orientation value to the rotation value.
421 * Transform exif-encoded orientation into a set of parameters compatible with
425 * @return {Object} Orientation object.
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
viewport.js 491 * @param {boolean} orientation Orientation of the rotation from the original
496 Viewport.prototype.getInverseTransformForRotatedImage = function(orientation) {
502 var degree = orientation ? '-90deg' : '90deg';
image_view.js 249 * Takes into account the image orientation encoded in the metadata.
824 * @param {boolean} orientation Orientation of rotation. True is for clockwise
829 ImageView.Effect.Rotate = function(orientation) {
831 this.orientation_ = orientation;
  /external/chromium_org/content/common/
cc_messages_unittest.cc 142 EXPECT_EQ(a->orientation, b->orientation);
260 IOSurfaceDrawQuad::Orientation arbitrary_orientation =
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 231 void ScrollingCoordinator::removeWebScrollbarLayer(ScrollableArea* scrollableArea, ScrollbarOrientation orientation)
233 ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_verticalScrollbars;
249 PassOwnPtr<WebScrollbarLayer> ScrollingCoordinator::createSolidColorScrollbarLayer(ScrollbarOrientation orientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar)
251 blink::WebScrollbar::Orientation webOrientation = (orientation == HorizontalScrollbar) ? blink::WebScrollbar::Horizontal : blink::WebScrollbar::Vertical;
280 WebScrollbarLayer* ScrollingCoordinator::addWebScrollbarLayer(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, PassOwnPtr<blink::WebScrollbarLayer> scrollbarLayer)
282 ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_verticalScrollbars;
286 WebScrollbarLayer* ScrollingCoordinator::getWebScrollbarLayer(ScrollableArea* scrollableArea, ScrollbarOrientation orientation)
288 ScrollbarMap& scrollbars = orientation == HorizontalScrollbar ? m_horizontalScrollbars : m_verticalScrollbars;
292 void ScrollingCoordinator::scrollableAreaScrollbarLayerDidChange(ScrollableArea* scrollableArea, ScrollbarOrientation orientation)
    [all...]
  /external/chromium_org/ui/views/layout/
box_layout_unittest.cc 184 BoxLayout::Orientation orientation = i == 0 ? BoxLayout::kHorizontal : local
187 host_->SetLayoutManager(new BoxLayout(orientation, 0, 0, 5));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 323 ExifInterface.Orientation.TOP_LEFT));
706 values.put(Images.Media.ORIENTATION, 0);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineView.js     [all...]

Completed in 1126 milliseconds

1 2 34 5