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

12 3 4 5

  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayoutActivity.java 45 import com.example.android.foldinglayout.FoldingLayout.Orientation;
51 * The number of folds, orientation (vertical or horizontal) of the fold, and the
84 private Orientation mOrientation = Orientation.HORIZONTAL;
284 mOrientation = (mOrientation == Orientation.HORIZONTAL) ? Orientation.VERTICAL :
285 Orientation.HORIZONTAL;
286 item.setTitle((mOrientation == Orientation.HORIZONTAL) ? R.string.vertical :
383 if (mOrientation == Orientation.VERTICAL) {
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...]
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarImpl.cpp 116 WebScrollbar::Orientation WebScrollbarImpl::orientation() const function in class:blink::WebScrollbarImpl
118 return static_cast<WebScrollbar::Orientation>(m_scrollbar->orientation());
  /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...]
  /packages/apps/Camera2/src/com/android/camera/util/
ImageLoader.java 49 public static final int ORI_NORMAL = ExifInterface.Orientation.TOP_LEFT;
50 public static final int ORI_ROTATE_90 = ExifInterface.Orientation.RIGHT_TOP;
51 public static final int ORI_ROTATE_180 = ExifInterface.Orientation.BOTTOM_LEFT;
52 public static final int ORI_ROTATE_270 = ExifInterface.Orientation.RIGHT_BOTTOM;
53 public static final int ORI_FLIP_HOR = ExifInterface.Orientation.TOP_RIGHT;
54 public static final int ORI_FLIP_VERT = ExifInterface.Orientation.BOTTOM_RIGHT;
55 public static final int ORI_TRANSPOSE = ExifInterface.Orientation.LEFT_TOP;
56 public static final int ORI_TRANSVERSE = ExifInterface.Orientation.LEFT_BOTTOM;
86 * Returns the image's orientation flag. Defaults to ORI_NORMAL if no valid
87 * orientation was found
135 int orientation = tagval; local
162 int orientation = getMetadataOrientation(context, uri); local
377 int orientation = getMetadataOrientation(context, sourceUri); local
    [all...]
  /external/chromium_org/cc/blink/
web_compositor_support_impl.h 40 blink::WebScrollbar::Orientation orientation,
web_compositor_support_impl.cc 84 WebScrollbar::Orientation orientation,
88 return new WebScrollbarLayerImpl(orientation,
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/cc/test/
fake_scrollbar.cc 32 ScrollbarOrientation FakeScrollbar::Orientation() const {
fake_scrollbar.h 21 virtual ScrollbarOrientation Orientation() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDetailsMarker.cpp 39 RenderDetailsMarker::Orientation RenderDetailsMarker::orientation() const function in class:blink::RenderDetailsMarker
  /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
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 58 public static final int ORI_NORMAL = ExifInterface.Orientation.TOP_LEFT;
59 public static final int ORI_ROTATE_90 = ExifInterface.Orientation.RIGHT_TOP;
60 public static final int ORI_ROTATE_180 = ExifInterface.Orientation.BOTTOM_LEFT;
61 public static final int ORI_ROTATE_270 = ExifInterface.Orientation.RIGHT_BOTTOM;
62 public static final int ORI_FLIP_HOR = ExifInterface.Orientation.TOP_RIGHT;
63 public static final int ORI_FLIP_VERT = ExifInterface.Orientation.BOTTOM_RIGHT;
64 public static final int ORI_TRANSPOSE = ExifInterface.Orientation.LEFT_TOP;
65 public static final int ORI_TRANSVERSE = ExifInterface.Orientation.LEFT_BOTTOM;
96 * Returns the image's orientation flag. Defaults to ORI_NORMAL if no valid
97 * orientation was found
165 int orientation = tagval; local
188 int orientation = getMetadataOrientation(context, uri); local
475 int orientation = getMetadataOrientation(context, sourceUri); local
    [all...]
  /external/chromium_org/ash/ime/
candidate_view.cc 46 ui::CandidateWindow::Orientation orientation,
53 if (orientation == ui::CandidateWindow::VERTICAL) {
71 (orientation == ui::CandidateWindow::VERTICAL ?
77 // Add decoration based on the orientation.
78 if (orientation == ui::CandidateWindow::VERTICAL) {
96 ui::CandidateWindow::Orientation orientation) {
101 if (orientation == ui::CandidateWindow::VERTICAL) {
118 ui::CandidateWindow::Orientation orientation
    [all...]
  /external/chromium_org/ash/system/tray/
tray_image_item.cc 75 // Center the item dependent on the orientation of the shelf.
76 views::BoxLayout::Orientation layout = views::BoxLayout::kHorizontal;
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation,
53 if (orientation == Qt::Horizontal) {
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 83 { "MPL Orientation", "Invensense", 1,
245 mPendingEvents[Orientation].version = sizeof(sensors_event_t);
246 mPendingEvents[Orientation].sensor = ID_O;
247 mPendingEvents[Orientation].type = SENSOR_TYPE_ORIENTATION;
248 mPendingEvents[Orientation].orientation.status
257 mHandlers[Orientation] = &MPLSensor::orienHandler;
770 int index) //note that this is the handler for the android 'orientation' sensor, not the mpl orientation output
780 //ComputeAndOrientation(heading[0], euler, s->orientation.v)
    [all...]
MPLSensor.h 50 Orientation,
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 46 WebPluginScrollbar* WebPluginScrollbar::createForPlugin(Orientation orientation,
51 return new WebPluginScrollbarImpl(orientation, plugin->scrollbarGroup(), client);
59 WebPluginScrollbarImpl::WebPluginScrollbarImpl(Orientation orientation,
68 static_cast<ScrollbarOrientation>(orientation),
182 WebScrollbar::Orientation WebPluginScrollbarImpl::orientation() const function in class:blink::WebPluginScrollbarImpl
184 if (m_scrollbar->orientation() == HorizontalScrollbar)
206 int length = m_scrollbar->orientation() == HorizontalScrollbar ? m_scrollbar->width() : m_scrollbar->height()
    [all...]
  /external/chromium_org/ui/views/controls/
slider_unittest.cc 123 explicit SliderTest(Slider::Orientation orientation);
154 // The Slider's orientation
155 Slider::Orientation orientation_;
175 SliderTest::SliderTest(Slider::Orientation orientation)
176 : orientation_(orientation),
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
RoundRects.java 47 mDrawable = new GradientDrawable(GradientDrawable.Orientation.TL_BR,
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.h 143 void setupScrollbar(blink::WebScrollbar::Orientation);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphElement.cpp 82 static inline SVGGlyph::Orientation parseOrientation(const AtomicString& value)
121 // Spec: The horizontal advance after rendering the glyph in horizontal orientation.
137 // Spec: The vertical advance after rendering a glyph in vertical orientation.
149 identifier.orientation = parseOrientation(fastGetAttribute(SVGNames::orientationAttr));
  /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/chromium_org/cc/layers/
painted_scrollbar_layer.cc 26 tree_impl, id(), scrollbar_->Orientation()).PassAs<LayerImpl>();
75 ScrollbarOrientation PaintedScrollbarLayer::orientation() const { function in class:cc::PaintedScrollbarLayer
76 return scrollbar_->Orientation();
121 if (orientation() == HORIZONTAL) {
181 if (orientation() == HORIZONTAL) {

Completed in 1050 milliseconds

12 3 4 5