HomeSort by relevance Sort by last modified time
    Searched refs:direction (Results 276 - 300 of 1223) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/gfx/
render_text_mac.h 38 VisualCursorDirection direction) OVERRIDE;
41 VisualCursorDirection direction) OVERRIDE;
render_text_linux.cc 35 // Returns true if the given visual cursor |direction| is logically forward
37 bool IsForwardMotion(VisualCursorDirection direction, const PangoItem* item) {
39 return rtl == (direction == CURSOR_LEFT);
151 VisualCursorDirection direction) {
155 SelectionModel edge = EdgeSelectionModel(direction);
159 run = (direction == CURSOR_RIGHT) ?
163 // grapheme in the appropriate direction.
166 if (IsForwardMotion(direction, item)) {
179 run = (direction == CURSOR_RIGHT) ?
182 return EdgeSelectionModel(direction);
    [all...]
  /external/chromium_org/ui/views/controls/
slide_out_view.cc 85 void SlideOutView::SlideOutAndClose(SlideDirection direction) {
99 transform.Translate(direction == SLIDE_LEFT ? -width() : width(), 0.0);
  /external/icu4c/i18n/
cpdtrans.h 81 * direction with a NULL filter.
204 UTransDirection direction,
209 UTransDirection direction,
  /frameworks/base/core/java/android/widget/
ZoomButton.java 97 public boolean dispatchUnhandledMove(View focused, int direction) {
99 return super.dispatchUnhandledMove(focused, direction);
  /frameworks/support/v4/java/android/support/v4/widget/
AutoScrollHelper.java 489 * @return whether the target is able to scroll in the requested direction
538 int direction, float coordinate, float srcSize, float dstSize) {
539 final float relativeEdge = mRelativeEdges[direction];
540 final float maximumEdge = mMaximumEdges[direction];
543 // The edge in this direction is not activated.
547 final float relativeVelocity = mRelativeVelocity[direction];
548 final float minimumVelocity = mMinimumVelocity[direction];
549 final float maximumVelocity = mMaximumVelocity[direction];
573 * horizontally in a certain direction.
575 * @param direction Negative to check scrolling left, positive to chec
    [all...]
  /frameworks/support/v4/jellybean/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompatJellyBean.java 64 public static Object focusSearch(Object info, int direction) {
65 return ((AccessibilityNodeInfo) info).focusSearch(direction);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
feed.css 84 direction: ltr;
89 direction: rtl;
94 direction: rtl;
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.cc 42 TabScrubber::Direction direction) {
45 float x = direction == LEFT ?
135 Direction direction = (x_offset < 0) ? LEFT : RIGHT; local
136 if (direction != swipe_direction_) {
140 direction);
143 swipe_direction_ = direction;
tab_scrubber_browsertest.cc 70 TabScrubber::Direction direction) {
72 GetTabStrip(browser), index, direction).x();
86 TabScrubber::Direction direction = index < active_index ? local
89 GetStartX(browser, active_index, direction);
117 TabScrubber::Direction direction; local
120 direction = TabScrubber::LEFT;
123 direction = TabScrubber::RIGHT
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
feed.css 84 direction: ltr;
89 direction: rtl;
94 direction: rtl;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimedItemCalculationsTest.cpp 167 timing.direction = Timing::PlaybackDirectionAlternate;
170 timing.direction = Timing::PlaybackDirectionAlternateReverse;
175 timing.direction = Timing::PlaybackDirectionReverse;
178 timing.direction = Timing::PlaybackDirectionAlternate;
181 timing.direction = Timing::PlaybackDirectionAlternateReverse;
206 timing.direction = Timing::PlaybackDirectionReverse;
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.cc 180 const char * direction = (input ? " << " : " >> "); local
185 LOG_V(level) << label << direction << "## "
211 LOG_V(level) << label << direction
265 LOG_V(level) << label << direction << "## " << consecutive_unprintable
280 LOG_V(level) << label << direction << substr;
282 LOG_V(level) << label << direction << "## omitted for privacy ##"; local
  /external/chromium_org/third_party/skia/src/animator/
SkPathParts.cpp 204 SK_MEMBER(direction, PathDirection)
211 SkAddGeom::SkAddGeom() : direction(SkPath::kCCW_Direction) {
233 fPath->fPath.addRect(fRect, (SkPath::Direction) direction);
249 fPath->fPath.addOval(fRect, (SkPath::Direction) direction);
271 fPath->fPath.addCircle(x, y, radius, (SkPath::Direction) direction);
292 fPath->fPath.addRoundRect(fRect, rx, ry, (SkPath::Direction) direction);
    [all...]
  /external/skia/src/animator/
SkPathParts.cpp 204 SK_MEMBER(direction, PathDirection)
211 SkAddGeom::SkAddGeom() : direction(SkPath::kCCW_Direction) {
233 fPath->fPath.addRect(fRect, (SkPath::Direction) direction);
249 fPath->fPath.addOval(fRect, (SkPath::Direction) direction);
271 fPath->fPath.addCircle(x, y, radius, (SkPath::Direction) direction);
292 fPath->fPath.addRoundRect(fRect, rx, ry, (SkPath::Direction) direction);
    [all...]
  /frameworks/base/core/java/android/view/animation/
GridLayoutAnimationController.java 34 * In addition, the animation direction can be controlled. The default direction
74 * Bitmask used to retrieve the horizontal component of the direction.
79 * Bitmask used to retrieve the vertical component of the direction.
216 * Returns the direction of the animation. {@link #DIRECTION_HORIZONTAL_MASK}
218 * horizontal and vertical components of the direction.
220 * @return the direction of the animation
235 * Sets the direction of the animation. The direction is expressed as an
239 * @param direction the direction of the animatio
362 int direction = mDirection & DIRECTION_HORIZONTAL_MASK; local
388 int direction = mDirection & DIRECTION_VERTICAL_MASK; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 76 void HTMLTextFormControlElement::dispatchFocusEvent(Element* oldFocusedElement, FocusDirection direction)
80 handleFocusEvent(oldFocusedElement, direction);
81 HTMLFormControlElementWithState::dispatchFocusEvent(oldFocusedElement, direction);
188 void HTMLTextFormControlElement::setSelectionDirection(const String& direction)
190 setSelectionRange(selectionStart(), selectionEnd(), direction); local
282 TextFieldSelectionDirection direction = SelectionHasNoDirection; local
284 direction = SelectionHasForwardDirection;
286 direction = SelectionHasBackwardDirection;
288 return setSelectionRange(start, end, direction);
291 void HTMLTextFormControlElement::setSelectionRange(int start, int end, TextFieldSelectionDirection direction)
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape.cc 84 switch (props->direction) {
106 if (HB_DIRECTION_IS_HORIZONTAL (props->direction))
279 hb_direction_t direction = buffer->props.direction; local
285 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) ||
286 (HB_DIRECTION_IS_VERTICAL (direction) && direction != HB_DIRECTION_TTB))
289 buffer->props.direction = HB_DIRECTION_REVERSE (buffer->props.direction);
    [all...]
hb-font.h 321 hb_direction_t direction,
326 hb_direction_t direction,
331 hb_direction_t direction,
336 hb_direction_t direction,
342 hb_direction_t direction,
348 hb_direction_t direction,
354 hb_direction_t direction,
439 * A zero value means "no hinting in that direction"
  /external/harfbuzz_ng/src/
hb-ot-shape.cc 84 switch (props->direction) {
106 if (HB_DIRECTION_IS_HORIZONTAL (props->direction))
279 hb_direction_t direction = buffer->props.direction; local
285 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) ||
286 (HB_DIRECTION_IS_VERTICAL (direction) && direction != HB_DIRECTION_TTB))
289 buffer->props.direction = HB_DIRECTION_REVERSE (buffer->props.direction);
    [all...]
hb-font.h 321 hb_direction_t direction,
326 hb_direction_t direction,
331 hb_direction_t direction,
336 hb_direction_t direction,
342 hb_direction_t direction,
348 hb_direction_t direction,
354 hb_direction_t direction,
439 * A zero value means "no hinting in that direction"
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java     [all...]
  /external/chromium_org/base/i18n/
rtl.cc 72 // Represents the locale-specific ICU text direction.
158 TextDirection direction = GetCharacterDirection(character); local
159 if (direction != UNKNOWN_DIRECTION)
160 return direction;
176 TextDirection direction = GetCharacterDirection(character); local
177 if (direction != UNKNOWN_DIRECTION) {
178 if (result != UNKNOWN_DIRECTION && result != direction)
180 result = direction;
357 // Also wrap strings with an RTL first strong character direction in LTR UI.
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java     [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.cpp 46 Gr1DKernelEffect::Direction direction,
54 texture, direction, radius, sigma, useBounds, bounds));
64 Gr1DKernelEffect::Direction direction,
71 direction, radius, sigma, false, bounds);
79 if (direction == Gr1DKernelEffect::kX_Direction) {
103 direction, radius, sigma, true, bounds);
107 direction, radius, sigma, true, bounds);
109 direction, radius, sigma, true, bounds)
    [all...]

Completed in 2019 milliseconds

<<11121314151617181920>>