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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/cc/quads/
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...]
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/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
MockOrientationObserver.java 18 public void onScreenOrientationChanged(int orientation) {
19 mOrientation = orientation;
  /external/chromium_org/content/shell/renderer/test_runner/
mock_screen_orientation_client.cc 32 blink::WebScreenOrientationType orientation) {
34 if (device_orientation_ == orientation)
36 device_orientation_ = orientation;
37 if (!IsOrientationAllowedByCurrentLock(orientation))
39 UpdateScreenOrientation(orientation);
43 blink::WebScreenOrientationType orientation) {
44 if (current_orientation_ == orientation)
46 current_orientation_ = orientation;
65 // the angle in addition to the orientation type.
83 blink::WebScreenOrientationType orientation) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationEvent.cpp 42 DeviceOrientationEvent::DeviceOrientationEvent(const AtomicString& eventType, DeviceOrientationData* orientation)
44 , m_orientation(orientation)
48 void DeviceOrientationEvent::initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData* orientation)
54 m_orientation = orientation;
DeviceOrientationEvent.h 44 static PassRefPtrWillBeRawPtr<DeviceOrientationEvent> create(const AtomicString& eventType, DeviceOrientationData* orientation)
46 return adoptRefWillBeNoop(new DeviceOrientationEvent(eventType, orientation));
51 DeviceOrientationData* orientation() const { return m_orientation.get(); } function in class:blink::FINAL
  /external/chromium_org/third_party/skia/include/core/
SkFontLCDConfig.h 30 static void SetSubpixelOrientation(LCDOrientation orientation);
SkFontHost.h 67 static void SetSubpixelOrientation(LCDOrientation orientation);
  /cts/tests/tests/dpi/src/android/dpi/cts/
OrientationActivity.java 27 static final String EXTRA_ORIENTATION = "orientation";
36 int orientation = getIntent().getIntExtra(EXTRA_ORIENTATION, -1); local
37 setRequestedOrientation(orientation);
  /external/chromium_org/content/public/common/
manifest.cc 21 orientation(blink::WebScreenOrientationLockDefault) {
32 orientation == blink::WebScreenOrientationLockDefault &&
  /external/chromium_org/cc/layers/
solid_color_scrollbar_layer.cc 18 orientation(),
27 ScrollbarOrientation orientation,
33 new SolidColorScrollbarLayer(orientation,
41 ScrollbarOrientation orientation,
48 orientation_(orientation),
100 ScrollbarOrientation SolidColorScrollbarLayer::orientation() const { function in class:cc::SolidColorScrollbarLayer
solid_color_scrollbar_layer_impl.cc 16 ScrollbarOrientation orientation,
24 orientation,
37 orientation(),
48 ScrollbarOrientation orientation,
55 orientation,
72 if (orientation() == HORIZONTAL)
85 if (orientation() == HORIZONTAL)
solid_color_scrollbar_layer.h 21 ScrollbarOrientation orientation,
41 virtual ScrollbarOrientation orientation() const OVERRIDE;
44 SolidColorScrollbarLayer(ScrollbarOrientation orientation,
scrollbar_layer_interface.h 23 virtual ScrollbarOrientation orientation() const = 0;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ScreenOrientationProvider.java 27 private static int getOrientationFromWebScreenOrientations(byte orientation,
29 switch (orientation) {
61 Log.w(TAG, "Trying to lock to unsupported orientation!");
67 static void lockOrientation(byte orientation) {
68 lockOrientation(orientation, ApplicationStatus.getLastTrackedFocusedActivity());
74 int orientation = getOrientationFromWebScreenOrientations(webScreenOrientation, activity); local
75 if (orientation == ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED) {
79 activity.setRequestedOrientation(orientation);
92 // which case, we want to use that as the default orientation.
93 int orientation = activity.getIntent().getIntExtra local
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
MediaStoreStreamLoader.java 16 private final int orientation; field in class:MediaStoreStreamLoader
19 long dateModified, int orientation) {
24 this.orientation = orientation;
30 height, mimeType, dateModified, orientation);
  /cts/tests/app/src/android/app/cts/
OrientationTestUtils.java 26 * Change the activity's orientation to something different and then switch back. This is used
29 * @param activity whose orientation will be changed and restored
37 * is called after each orientation change.
39 * @param activity whose orientation will be changed and restored
44 final int originalOrientation = activity.getResources().getConfiguration().orientation;
53 Instrumentation instrumentation, final int orientation) {
54 activity.setRequestedOrientation(orientation);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageOrientation.h 36 // This enum intentionally matches the orientation values from the EXIF spec.
59 ImageOrientation(ImageOrientationEnum orientation = DefaultImageOrientation)
60 : m_orientation(orientation)
80 // This transform can be used for drawing an image according to the orientation.
  /external/chromium_org/ui/views/controls/
separator.cc 21 Separator::Separator(Orientation orientation) : orientation_(orientation) {
  /external/chromium_org/cc/blink/
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),
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXScrollbar.cpp 69 AccessibilityOrientation AXScrollbar::orientation() const function in class:blink::AXScrollbar
74 if (m_scrollbar->orientation() == HorizontalScrollbar)
76 if (m_scrollbar->orientation() == VerticalScrollbar)
106 m_scrollbar->scrollableArea()->scrollToOffsetWithoutAnimation(m_scrollbar->orientation(), newValue);
  /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/third_party/WebKit/Source/modules/screen_orientation/
ScreenScreenOrientation.h 24 static ScreenOrientation* orientation(ScriptState*, Screen&);
  /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/deqp/framework/platform/android/
tcuAndroidUtil.hpp 47 void setRequestedOrientation (ANativeActivity* activity, ScreenOrientation orientation);

Completed in 762 milliseconds

1 2 3 4 5 6 7 8 91011>>