HomeSort by relevance Sort by last modified time
    Searched refs:scrolled (Results 1 - 25 of 25) sorted by null

  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 177 final boolean scrolled = mScrolled;
189 if (touchX + scrollX >= x && touchX + scrollX < x + wordWidth && !scrolled) {
  /external/chromium_org/chrome/common/extensions/docs/static/js/
scroll.js 8 // depending on whether it's scrolled into view, and manages the scroll-to-top
26 // Scrolled past the top of the sidebar.
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiScrollable.java 269 boolean scrolled = scrollForward();
273 if (!scrolled) {
287 * if the method scrolled successfully until the child became fully visible;
376 * @return true if scrolled, false if can't scroll anymore
392 * @return true if scrolled, false if can't scroll anymore
408 * @return true if scrolled, false if can't scroll anymore
455 * @return true if scrolled, and false if can't scroll anymore
471 * @return true if scrolled, and false if can't scroll anymore
487 * @return true if scrolled, false if can't scroll anymore
535 * @return true on scrolled else fals
    [all...]
  /frameworks/uiautomator/src/com/android/uiautomator/core/
UiScrollable.java 269 boolean scrolled = scrollForward();
273 if (!scrolled) {
287 * if the method scrolled successfully until the child became fully visible;
376 * @return true if scrolled, false if can't scroll anymore
392 * @return true if scrolled, false if can't scroll anymore
408 * @return true if scrolled, false if can't scroll anymore
455 * @return true if scrolled, and false if can't scroll anymore
471 * @return true if scrolled, and false if can't scroll anymore
487 * @return true if scrolled, false if can't scroll anymore
535 * @return true on scrolled else fals
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
task_manager_gtk.cc 504 // Wrap the treeview widget in a scrolled window in order to have a frame.
505 GtkWidget* scrolled = gtk_scrolled_window_new(NULL, NULL); local
506 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(scrolled),
508 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scrolled),
511 gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog_)->vbox), scrolled);
529 gtk_container_add(GTK_CONTAINER(scrolled), treeview_);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
task_manager_gtk.cc 488 // Wrap the treeview widget in a scrolled window in order to have a frame.
489 GtkWidget* scrolled = gtk_scrolled_window_new(NULL, NULL); local
490 gtk_scrolled_window_set_shadow_type(GTK_SCROLLED_WINDOW(scrolled),
492 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scrolled),
495 gtk_container_add(GTK_CONTAINER(content_area), scrolled); local
511 gtk_container_add(GTK_CONTAINER(scrolled), treeview_);
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
scroll.js 105 // The page is scrolled down by a set of scroll gestures. These gestures
  /external/chromium_org/chrome/browser/resources/file_manager/js/
drag_selector.js 71 * Obtains the scrolled position in the element of mouse pointer from the mouse
76 * @return {object} Scrolled position.
file_table.js 922 // Our DOM nodes get discarded as soon as we're scrolled out of view,
  /external/chromium_org/tools/traceline/svgui/
traceline.js 303 // scrolled we rerender the scene. This means that the SVG element is never
304 // scrolled, and coordinates are always at 0. We keep the scene in millisecond
  /external/chromium/chrome/browser/resources/ntp/
apps.js 692 // Make sure the new icon is scrolled into view.
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 1014 bool scrolled = false; local
    [all...]
  /frameworks/base/services/input/
InputReader.cpp 2449 bool scrolled = vscroll != 0 || hscroll != 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp 740 bool scrolled = false; local
745 scrolled = true;
747 if (scrolled) {
792 // Check for a box that can be scrolled in its own right.
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
View.java     [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 893 // Our DOM nodes get discarded as soon as we're scrolled out of view,
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 1075 milliseconds