HomeSort by relevance Sort by last modified time
    Searched refs:orientation (Results 101 - 125 of 686) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbar.cpp 38 PassRefPtr<Scrollbar> RenderScrollbar::createCustomScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Node* ownerNode, Frame* owningFrame)
40 return adoptRef(new RenderScrollbar(scrollableArea, orientation, ownerNode, owningFrame));
43 RenderScrollbar::RenderScrollbar(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, Node* ownerNode, Frame* owningFrame)
44 : Scrollbar(scrollableArea, orientation, RegularScrollbar, RenderScrollbarTheme::renderScrollbarTheme())
60 } else if (this->orientation() == HorizontalScrollbar)
180 bool isHorizontal = orientation() == HorizontalScrollbar;
283 bool isHorizontal = orientation() == HorizontalScrollbar;
313 if (orientation() == HorizontalScrollbar) {
340 if (orientation() == HorizontalScrollbar) {
356 return orientation() == HorizontalScrollbar ? partRenderer->width() : partRenderer->height()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 49 WebPluginScrollbar* WebPluginScrollbar::createForPlugin(Orientation orientation,
54 return new WebPluginScrollbarImpl(orientation, plugin->scrollbarGroup(), client);
62 WebPluginScrollbarImpl::WebPluginScrollbarImpl(Orientation orientation,
71 static_cast<WebCore::ScrollbarOrientation>(orientation),
185 WebScrollbar::Orientation WebPluginScrollbarImpl::orientation() const function in class:WebKit::WebPluginScrollbarImpl
187 if (m_scrollbar->orientation() == WebCore::HorizontalScrollbar)
204 int length = m_scrollbar->orientation() == HorizontalScrollbar ? m_scrollbar->width() : m_scrollbar->height()
    [all...]
ScrollbarGroup.cpp 56 if (scrollbar->scrollbar()->orientation() == HorizontalScrollbar) {
94 int ScrollbarGroup::scrollSize(WebCore::ScrollbarOrientation orientation) const
96 WebPluginScrollbarImpl* webScrollbar = orientation == HorizontalScrollbar ? m_horizontalScrollbar : m_verticalScrollbar;
263 bool ScrollbarGroup::userInputScrollable(ScrollbarOrientation orientation) const
265 return orientation == HorizontalScrollbar ? horizontalScrollbar() : verticalScrollbar();
268 int ScrollbarGroup::pageStep(ScrollbarOrientation orientation) const
271 if (orientation == VerticalScrollbar) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java 42 * to change the intensity of the color. When size and orientation information
43 * is available, it is used to directly adjust the size and orientation of the
48 * an eraser tool. Second, the tilt angle and orientation of the stylus can be
419 float major, float minor, float orientation,
431 drawOval(mCanvas, x, y, major, minor, orientation, mPaint);
437 drawOval(mCanvas, x, y, major, minor, orientation, mPaint);
443 drawSplat(mCanvas, x, y, orientation, distance, tilt, mPaint);
459 float orientation, Paint paint) {
461 canvas.rotate((float) (orientation * 180 / Math.PI), x, y);
475 * indicated by the orientation and tilt of the tool and throws paint a
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ScrollbarThemeChromiumWin.cpp 83 const bool horz = scrollbar->orientation() == HorizontalScrollbar;
98 bool horz = scrollbar->orientation() == HorizontalScrollbar;
115 bool horz = scrollbar->orientation() == HorizontalScrollbar;
130 bool horz = scrollbar->orientation() == HorizontalScrollbar;
165 if (scrollbar->orientation() == HorizontalScrollbar) {
187 if (scrollbar->orientation() == HorizontalScrollbar) {
246 if (scrollbar->orientation() == HorizontalScrollbar) {
ScrollbarThemeChromium.cpp 68 if (scrollbar->orientation() == HorizontalScrollbar) {
82 if (scrollbar->orientation() == HorizontalScrollbar) {
103 if (scrollbar->orientation() != VerticalScrollbar)
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollbarThemeMacNonOverlayAPI.mm 102 if (scrollbar->orientation() == HorizontalScrollbar)
154 scrollbarInfo.orientation = scrollbar->orientation() == HorizontalScrollbar ? WebKit::WebThemeEngine::ScrollbarOrientationHorizontal : WebKit::WebThemeEngine::ScrollbarOrientationVertical;
189 && (scrollbar->orientation() == HorizontalScrollbar
197 return scrollbar->enabled() && (scrollbar->orientation() == HorizontalScrollbar ?
202 static IntRect buttonRepaintRect(const IntRect& buttonRect, ScrollbarOrientation orientation, ScrollbarControlSize controlSize, bool start)
207 if (orientation == HorizontalScrollbar) {
233 if (scrollbar->orientation() == HorizontalScrollbar)
241 if (scrollbar->orientation() == HorizontalScrollbar) {
250 return buttonRepaintRect(result, scrollbar->orientation(), scrollbar->controlSize(), part == BackButtonStartPart)
    [all...]
  /external/chromium_org/ui/views/controls/
single_split_view_unittest.cc 32 if (split.orientation() == views::SingleSplitView::HORIZONTAL_SPLIT) {
37 } else if (split.orientation() == views::SingleSplitView::VERTICAL_SPLIT) {
94 SingleSplitView::Orientation orientations[] = {
99 for (size_t orientation = 0; orientation < arraysize(orientations);
100 ++orientation) {
103 new View(), new View(), orientations[orientation], NULL);
117 if (split.orientation() == SingleSplitView::HORIZONTAL_SPLIT) {
  /external/eigen/demos/opengl/
camera.cpp 91 return - (orientation() * Vector3f::UnitZ());
95 return orientation() * Vector3f::UnitY();
99 return orientation() * Vector3f::UnitX();
135 mFrame.orientation = q;
169 setOrientation(orientation() * q);
186 Vector3f trans = orientation() * t;
197 Quaternionf q = orientation().conjugate();
  /frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java 257 // Set the orientation.
258 // The orientation specifies how the physical coordinate system of the display
260 int orientation = Surface.ROTATION_0; local
263 orientation = displayInfo.rotation;
267 orientation = (orientation + displayDeviceInfo.rotation) % 4;
274 boolean rotated = (orientation == Surface.ROTATION_90
275 || orientation == Surface.ROTATION_270);
302 device.setProjectionInTransactionLocked(orientation, mTempLayerStackRect, mTempDisplayRect);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 360 ScreenOrientation orientation = hardwareConfig.getOrientation(); local
361 if (orientation != null) {
362 switch (orientation) {
364 config.orientation = Configuration.ORIENTATION_PORTRAIT;
367 config.orientation = Configuration.ORIENTATION_LANDSCAPE;
370 config.orientation = Configuration.ORIENTATION_SQUARE;
374 config.orientation = Configuration.ORIENTATION_UNDEFINED;
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SharePopup.java 103 public SharePopup(Activity activity, Uri uri, Bitmap bitmap, int orientation,
156 setOrientation(orientation);
162 public void setOrientation(int orientation) {
164 mOrientation = orientation;
174 if (orientation == 90 || orientation == 270) {
199 if (mThumbnailRotateLayout != null) mThumbnailRotateLayout.setOrientation(orientation);
205 r.setOrientation(orientation);
208 mGotoGalleryRotate.setOrientation(orientation);
ZoomControlBar.java 118 public void setOrientation(int orientation) {
120 if ((orientation == 90) || (mOrientation == 90)) requestLayout();
121 super.setOrientation(orientation);
  /development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
ActivityAnimations.java 109 // orientation (to avoid returning back to an obsolete configuration if
116 int orientation = getResources().getConfiguration().orientation;
118 putExtra(PACKAGE + ".orientation", orientation).
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.cc 72 // Creates shortcut text from the given index and the orientation.
78 table.orientation() != IBusLookupTable::VERTICAL)
86 IBusLookupTable::Orientation orientation, const ui::NativeTheme& theme) {
92 if (orientation == IBusLookupTable::VERTICAL) {
114 IBusLookupTable::Orientation orientation,
120 (orientation == IBusLookupTable::VERTICAL ?
126 // Add decoration based on the orientation.
127 if (orientation == IBusLookupTable::VERTICAL)
777 const IBusLookupTable::Orientation orientation = local
    [all...]
candidate_view.h 23 IBusLookupTable::Orientation orientation);
76 // The orientation of the candidate view.
77 IBusLookupTable::Orientation orientation_;
  /external/chromium_org/webkit/renderer/compositor_bindings/
scrollbar_impl.cc 25 cc::ScrollbarOrientation ScrollbarImpl::Orientation() const {
26 if (scrollbar_->orientation() == WebScrollbar::Horizontal)
45 if (scrollbar_->orientation() == WebScrollbar::Horizontal)
52 if (scrollbar_->orientation() == WebScrollbar::Horizontal)
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
ml_math_func.h 94 void inv_convert_to_body(unsigned short orientation, const long *input, long *output);
95 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output);
96 void inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.h 94 void inv_convert_to_body(unsigned short orientation, const long *input, long *output);
95 void inv_convert_to_chip(unsigned short orientation, const long *input, long *output);
96 void inv_convert_to_body_with_scale(unsigned short orientation, long sensitivity, const long *input, long *output);
  /packages/apps/Launcher2/src/com/android/launcher2/
InfoDropTarget.java 59 int orientation = getResources().getConfiguration().orientation; local
60 if (orientation == Configuration.ORIENTATION_LANDSCAPE) {
  /packages/apps/Launcher3/src/com/android/launcher3/
InfoDropTarget.java 57 int orientation = getResources().getConfiguration().orientation; local
58 if (orientation == Configuration.ORIENTATION_LANDSCAPE) {
  /cts/tests/tests/view/src/android/view/cts/
OrientationEventListenerTest.java 44 // Orientation can only be detected if there is an accelerometer
61 public void onOrientationChanged(int orientation) {
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilitySlider.h 65 virtual AccessibilityOrientation orientation() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebScrollbarImpl.h 55 virtual Orientation orientation() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
FontMac.cpp 65 paint->setVerticalText(platformData.orientation() == Vertical);
121 if (font->platformData().orientation() == Vertical)
139 if (font->platformData().orientation() == Vertical) {
178 if (font->platformData().orientation() == Vertical)

Completed in 1003 milliseconds

1 2 3 45 6 7 8 91011>>