HomeSort by relevance Sort by last modified time
    Searched defs:scroll (Results 51 - 75 of 89) sorted by null

1 23 4

  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 194 int scroll = getScrollValue(); local
215 setScrollValue(scroll);
282 int scroll = 0; local
290 scroll = - (centerScreen - centerView - gap);
295 scroll = - (centerScreen + gap - centerView);
301 scroll = - (centerScreen - centerView);
305 scroll -= gap;
320 if (scroll != 0) {
322 scroll1 = ObjectAnimator.ofInt(this, "scrollX", getScrollX(), getScrollX() + scroll);
324 scroll1 = ObjectAnimator.ofInt(this, "scrollY", getScrollY(), getScrollY() + scroll);
    [all...]
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 177 scroll(); method
182 scroll(); method
231 scroll(); method
238 scroll(); method
387 * scroll past it.
391 scroll(); method
449 private void scroll() { method in class:VerticalTextSpinner
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
TestCaseEditController.java 47 private JScrollPane scroll; field in class:TestCaseEditController
149 scroll = new JScrollPane(listCases);
150 scroll.setBorder(BorderFactory.createTitledBorder(
152 scroll.setOpaque(false);
153 scroll.setViewportBorder(BorderFactory.createEtchedBorder());
202 view.add(scroll, BorderLayout.CENTER);
427 private JScrollPane scroll = new JScrollPane(textArea, field in class:TestCaseEditController.InputMultiEditor
433 scroll.setBorder(BorderFactory.createLineBorder(Color.LIGHT_GRAY));
451 return scroll;
505 private JScrollPane scroll = new JScrollPane(textArea field in class:TestCaseEditController.OutputAstEditor
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 215 scoped_ptr<LayerImpl> scroll = local
217 LayerImpl* scroll_layer = scroll.get();
218 scroll->SetScrollable(true);
219 scroll->SetScrollOffset(gfx::Vector2d());
220 scroll->SetMaxScrollOffset(gfx::Vector2d(content_size.width(),
222 scroll->SetBounds(content_size);
223 scroll->SetContentBounds(content_size);
224 scroll->SetPosition(gfx::PointF());
225 scroll->SetAnchorPoint(gfx::PointF());
235 scroll->AddChild(contents.Pass())
1166 scoped_ptr<LayerImpl> scroll = local
1272 scoped_ptr<LayerImpl> scroll = local
2007 LayerImpl* scroll = SetupScrollAndContentsLayers(surface_size); local
    [all...]
layer_tree_host_impl.cc 307 // If the begin frame data was handled, then scroll and scale set was applied
2507 LayerTreeHostCommon::ScrollUpdateInfo scroll; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_gtk.cc 171 g_signal_connect_after(widget, "scroll-event",
464 // If there is a change to the set of modifier keys or scroll axis
473 GdkEventScroll scroll = event->scroll; local
474 if (scroll.state & GDK_SHIFT_MASK) {
475 if (scroll.direction == GDK_SCROLL_UP)
476 scroll.direction = GDK_SCROLL_LEFT;
477 else if (scroll.direction == GDK_SCROLL_DOWN)
478 scroll.direction = GDK_SCROLL_RIGHT;
481 if (scroll.direction == GDK_SCROLL_UP |
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperPickerActivity.java 520 // Update the scroll for RTL
655 final HorizontalScrollView scroll = local
658 if (scroll.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
659 final ViewTreeObserver observer = scroll.getViewTreeObserver();
664 scroll.scrollTo(masterWallpaperList.getWidth(), 0);
665 scroll.getViewTreeObserver().removeOnGlobalLayoutListener(this);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 347 #ifdef scroll
348 inline int UNDEF(scroll)(WINDOW *win) { return scroll(win); } function
349 #undef scroll macro
350 #define scroll UNDEF(scroll) macro
1097 int scroll(int amount=1) { return ::wscrl(w, amount); } function in class:NCursesWindow
    [all...]
curses.h 383 bool _scroll; /* OK to scroll this window? */
691 extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */
973 #define scroll macro
    [all...]
ncurses.h 383 bool _scroll; /* OK to scroll this window? */
691 extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */
973 #define scroll macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 347 #ifdef scroll
348 inline int UNDEF(scroll)(WINDOW *win) { return scroll(win); } function
349 #undef scroll macro
350 #define scroll UNDEF(scroll) macro
1097 int scroll(int amount=1) { return ::wscrl(w, amount); } function in class:NCursesWindow
    [all...]
curses.h 383 bool _scroll; /* OK to scroll this window? */
691 extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */
973 #define scroll macro
    [all...]
ncurses.h 383 bool _scroll; /* OK to scroll this window? */
691 extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */
973 #define scroll macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesw.h 347 #ifdef scroll
348 inline int UNDEF(scroll)(WINDOW *win) { return scroll(win); } function
349 #undef scroll macro
350 #define scroll UNDEF(scroll) macro
1097 int scroll(int amount=1) { return ::wscrl(w, amount); } function in class:NCursesWindow
    [all...]
curses.h 383 bool _scroll; /* OK to scroll this window? */
691 extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */
973 #define scroll macro
    [all...]
ncurses.h 383 bool _scroll; /* OK to scroll this window? */
691 extern NCURSES_EXPORT(int) scroll (WINDOW *); /* generated */
973 #define scroll macro
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 80 #include "platform/scroll/ScrollbarTheme.h"
2147 WebPoint scroll; local
2153 webViewHelper.webViewImpl()->computeScaleAndScrollForBlockRect(WebPoint(doubleTapPointWide.x, doubleTapPointWide.y), wideBlockBounds, touchPointPadding, doubleTapZoomAlreadyLegibleScale, scale, scroll); local
2164 webViewHelper.webViewImpl()->computeScaleAndScrollForBlockRect(WebPoint(doubleTapPointWide.x, doubleTapPointWide.y), wideBlockBounds, touchPointPadding, doubleTapZoomAlreadyLegibleScale, scale, scroll); local
2171 webViewHelper.webViewImpl()->computeScaleAndScrollForBlockRect(WebPoint(doubleTapPointTall.x, doubleTapPointTall.y), tallBlockBounds, touchPointPadding, doubleTapZoomAlreadyLegibleScale, scale, scroll); local
2256 WebPoint scroll; local
2519 WebCore::IntPoint scroll; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
FilmStripView.java 393 public void scroll(float deltaX); method in interface:FilmStripView.Controller
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 142 #include "platform/scroll/ScrollbarTheme.h"
1302 WebPoint scroll; local
1342 WebPoint scroll; local
1344 computeScaleAndScrollForBlockRect(WebPoint(rect.x, rect.y), blockBounds, nonUserInitiatedPointPadding, minimumPageScaleFactor(), scale, scroll); local
1355 WebPoint scroll; local
1357 computeScaleAndScrollForBlockRect(WebPoint(rect.x, rect.y), rect, nonUserInitiatedPointPadding, minimumPageScaleFactor(), scale, scroll); local
2695 IntPoint scroll; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp 540 // Don't scroll to reveal an overflow layer that is restricted by the -webkit-line-clamp property.
791 bool RenderBox::scroll(ScrollDirection direction, ScrollGranularity granularity, float multiplier) function in class:WebCore::RenderBox
793 // Logical scroll is a higher level concept, all directions by here must be physical
799 return layer()->scrollableArea()->scroll(direction, granularity, multiplier);
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 7814 final float scroll = marquee.getScroll(); local
7852 final float scroll = marquee.getScroll(); local
    [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1194 milliseconds

1 23 4