HomeSort by relevance Sort by last modified time
    Searched defs:scrollLeft (Results 1 - 11 of 11) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
DragScroller.java 24 void scrollLeft();
PagedView.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragScroller.java 24 void scrollLeft();
PagedView.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBodyElement.cpp 264 int HTMLBodyElement::scrollLeft()
273 void HTMLBodyElement::setScrollLeft(int scrollLeft)
283 view->setScrollPosition(IntPoint(static_cast<int>(scrollLeft * frame->pageZoomFactor()), view->scrollY()));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlSingleLine.cpp 427 int RenderTextControlSingleLine::scrollLeft() const
430 return innerTextElement()->scrollLeft();
431 return RenderBlock::scrollLeft();
RenderListBox.cpp 673 int RenderListBox::scrollLeft() const
RenderBox.cpp 257 // If our zoom factor changes and we have a defined scrollLeft/Top, we need to adjust that value into the
498 int RenderBox::scrollLeft() const
    [all...]
  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 109 handled |= scrollLeft(widget, text, (int)Math.ceil(-hscroll));
466 protected boolean scrollLeft(TextView widget, Spannable buffer, int amount) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.cpp 683 int Element::scrollLeft()
687 return adjustForAbsoluteZoom(rend->scrollLeft(), rend);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java     [all...]

Completed in 190 milliseconds