HomeSort by relevance Sort by last modified time
    Searched refs:horizontal (Results 51 - 75 of 268) sorted by null

1 23 4 5 6 7 8 91011

  /frameworks/base/media/java/android/media/
TimedText.java 146 * horizontal justification 0: left, 1: centered, -1: right
157 * @param horizontal the horizontal justification of the text.
160 public Justification(int horizontal, int vertical) {
161 this.horizontalJustification = horizontal;
485 int horizontal = parcel.readInt(); local
487 mJustification = new Justification(horizontal, vertical);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonRipple.java 90 final boolean horizontal = w > h;
95 final float rx = horizontal ? radius : cx;
96 final float ry = horizontal ? cy : radius;
97 final float corner = horizontal ? cy : cx;
241 * horizontal or vertical mode.
257 * horizontal or vertical mode.
  /frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java 60 * horizontal edges.
74 * Default value is 100% per second for both vertical and horizontal.
133 private static final int HORIZONTAL = 0;
287 * @param horizontalMax The maximum horizontal scrolling velocity, or
294 mMaximumVelocity[HORIZONTAL] = horizontalMax / 1000f;
305 * @param horizontalMin The minimum horizontal scrolling velocity, or
312 mMinimumVelocity[HORIZONTAL] = horizontalMin / 1000f;
324 * @param horizontal The target horizontal velocity as a fraction of the
332 public AutoScrollHelper setRelativeVelocity(float horizontal, float vertical)
    [all...]
  /external/chromium_org/pdf/
draw_utils.cc 87 uint32 start_color, uint32 end_color, bool horizontal) {
89 colors.resize(horizontal ? rc.width() : rc.height());
99 if (horizontal) {
128 bool horizontal,
138 start_color, end_color, horizontal);
  /external/chromium_org/ui/views/bubble/
bubble_border.cc 333 const bool horizontal = is_arrow_on_horizontal(arrow_);
335 float tip_x = horizontal ? arrow_bounds.CenterPoint().x() :
338 float tip_y = !horizontal ? arrow_bounds.CenterPoint().y() + 0.5f :
341 const bool positive_offset = horizontal ?
351 const int multiplier = horizontal ? 1 : -1;
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 603 bool horizontal = alignment == SHELF_ALIGNMENT_TOP || local
608 int panel_end_bounds = horizontal ?
655 int icon_start = horizontal ? icon_origin.x() : icon_origin.y();
656 int icon_end = icon_start + (horizontal ? icon_bounds.width() :
658 position_info.major_length = horizontal ?
713 if (horizontal) {
763 bool horizontal = alignment == SHELF_ALIGNMENT_TOP || local
779 window_ordering.insert(std::make_pair(horizontal ?
811 bool horizontal = alignment == SHELF_ALIGNMENT_TOP || local
833 int slide_distance = horizontal ? slide_vector.x() : slide_vector.y()
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
gallery.css 139 -webkit-box-orient: horizontal;
167 -webkit-box-orient: horizontal;
213 -webkit-box-orient: horizontal;
355 -webkit-box-orient: horizontal;
436 -webkit-box-orient: horizontal;
447 -webkit-box-orient: horizontal;
464 -webkit-box-orient: horizontal;
526 -webkit-box-orient: horizontal;
539 -webkit-box-orient: horizontal;
560 -webkit-box-orient: horizontal;
    [all...]
drive_welcome.css 21 -webkit-box-orient: horizontal;
86 -webkit-box-orient: horizontal;
  /external/chromium_org/ui/file_manager/gallery/css/
gallery.css 139 -webkit-box-orient: horizontal;
167 -webkit-box-orient: horizontal;
218 -webkit-box-orient: horizontal;
361 -webkit-box-orient: horizontal;
444 -webkit-box-orient: horizontal;
455 -webkit-box-orient: horizontal;
472 -webkit-box-orient: horizontal;
534 -webkit-box-orient: horizontal;
547 -webkit-box-orient: horizontal;
568 -webkit-box-orient: horizontal;
    [all...]
  /external/chromium_org/chrome/browser/resources/pdf/
viewport.js 81 * @return {Object} with 'horizontal' and 'vertical' keys which map to bool
82 * values indicating if the horizontal and vertical scrollbars are needed
89 horizontal: documentWidth > this.window_.innerWidth,
97 * indicating if the horizontal and vertical scrollbars are needed
162 var scrollbarHeight = needsScrollbars.horizontal ? this.scrollbarWidth_ : 0;
292 if (!needsScrollbars.horizontal && !needsScrollbars.vertical)
302 if (needsScrollbars.horizontal &&
308 needsScrollbars.horizontal = true;
316 if (needsScrollbars.horizontal)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 31 ;# load up horizontal filter
32 slwi. r5, r5, 4 ;# index into horizontal filter array
41 ;# If there isn't any filtering to be done for the horizontal, then
59 ;# Filters a horizontal line
186 ;# Finished filtering main horizontal block. If there is no
271 ;# Finished filtering main horizontal block. If there is no
361 ;# Finished filtering main horizontal block. If there is no
439 ;# Filters a horizontal line
554 ;# Finished filtering main horizontal block. If there is no
  /external/libvpx/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 31 ;# load up horizontal filter
32 slwi. r5, r5, 4 ;# index into horizontal filter array
41 ;# If there isn't any filtering to be done for the horizontal, then
59 ;# Filters a horizontal line
186 ;# Finished filtering main horizontal block. If there is no
271 ;# Finished filtering main horizontal block. If there is no
361 ;# Finished filtering main horizontal block. If there is no
439 ;# Filters a horizontal line
554 ;# Finished filtering main horizontal block. If there is no
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 31 ;# load up horizontal filter
32 slwi. r5, r5, 4 ;# index into horizontal filter array
41 ;# If there isn't any filtering to be done for the horizontal, then
59 ;# Filters a horizontal line
186 ;# Finished filtering main horizontal block. If there is no
271 ;# Finished filtering main horizontal block. If there is no
361 ;# Finished filtering main horizontal block. If there is no
439 ;# Filters a horizontal line
554 ;# Finished filtering main horizontal block. If there is no
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 187 return WebScrollbar::Horizontal;
228 bool horizontal = m_scrollbar->orientation() == HorizontalScrollbar; local
230 dir = horizontal ? ScrollRight : ScrollDown;
232 dir = horizontal ? ScrollLeft : ScrollUp;
  /external/chromium_org/ui/views/
painter.cc 100 GradientPainter(bool horizontal,
123 GradientPainter::GradientPainter(bool horizontal,
127 : horizontal_(horizontal),
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 341 public void setHorizontal(boolean horizontal) {
342 mHorizontal = horizontal;
343 mCircle.setHorizontal(horizontal);
  /external/chromium_org/chrome/browser/resources/performance_monitor/
chart.css 178 .horizontal-box {
179 -webkit-box-orient: horizontal;
  /external/chromium_org/components/cloud_devices/common/
printer_description.cc 425 Dpi::Dpi() : horizontal(0), vertical(0) {
428 Dpi::Dpi(int32 horizontal, int32 vertical)
429 : horizontal(horizontal), vertical(vertical) {
433 return horizontal > 0 && vertical > 0;
437 return horizontal == other.horizontal && vertical == other.vertical;
678 if (!dict.GetInteger(kDpiHorizontal, &option->horizontal) ||
686 dict->SetInteger(kDpiHorizontal, option.horizontal);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_block.h 81 PICK_MODE_CONTEXT horizontal[2]; member in struct:PC_TREE
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar.h 31 BaseScrollBar(bool horizontal, BaseScrollBarThumb* thumb);
  /external/chromium_org/ui/webui/resources/css/
overlay.css 125 -webkit-box-orient: horizontal;
140 -webkit-box-orient: horizontal;
  /frameworks/base/core/java/com/android/internal/widget/
AutoScrollHelper.java 59 * horizontal edges.
73 * Default value is 100% per second for both vertical and horizontal.
132 private static final int HORIZONTAL = 0;
286 * @param horizontalMax The maximum horizontal scrolling velocity, or
293 mMaximumVelocity[HORIZONTAL] = horizontalMax / 1000f;
304 * @param horizontalMin The minimum horizontal scrolling velocity, or
311 mMinimumVelocity[HORIZONTAL] = horizontalMin / 1000f;
323 * @param horizontal The target horizontal velocity as a fraction of the
331 public AutoScrollHelper setRelativeVelocity(float horizontal, float vertical)
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 288 // The height of the ShelfView for a horizontal shelf and the width of
408 bool horizontal = IsHorizontalAlignment(); local
409 gesture_drag_amount_ += horizontal ? gesture.details().scroll_y() :
416 if (horizontal && gesture.details().scroll_y() < 0) {
432 bool horizontal = IsHorizontalAlignment(); local
441 (horizontal ? bounds.height() : bounds.width());
460 should_change = horizontal ? fabs(gesture.details().velocity_y()) > 0 :
880 bool horizontal = IsHorizontalAlignment(); local
    [all...]
shelf_layout_manager.h 212 T PrimaryAxisValue(T horizontal, T vertical) const {
213 return IsHorizontalAlignment() ? horizontal : vertical;
216 // Is the shelf's alignment horizontal?
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
destination_settings.css 55 -webkit-box-orient: horizontal;

Completed in 8344 milliseconds

1 23 4 5 6 7 8 91011