HomeSort by relevance Sort by last modified time
    Searched refs:scrolled (Results 1 - 10 of 10) 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/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...]
  /frameworks/base/core/java/android/webkit/
WebTextView.java 753 // If the user has not scrolled further than slop, we should not
765 boolean scrolled = mWebView.textFieldDrag(event);
766 if (scrolled) {
781 // If the page scrolled, or the TextView scrolled, we do not
    [all...]
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 520 // Check for a box that can be scrolled in its own right.
525 // This can be scrolled by calling Chrome::scrollRectIntoView.
1102 bool scrolled = false; local
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp 629 bool scrolled = false; local
636 scrolled = l->scroll(logicalToPhysical(ScrollInlineDirectionBackward, isHorizontalWritingMode(), style()->isFlippedBlocksWritingMode()), ScrollByDocument, multiplier);
639 scrolled = true;
641 if (scrolled) {
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 692 // Make sure the new icon is scrolled into view.
  /frameworks/base/services/input/
InputReader.cpp 2216 bool scrolled = vscroll != 0 || hscroll != 0; local
    [all...]
  /frameworks/base/core/java/android/view/
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...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 157 milliseconds