HomeSort by relevance Sort by last modified time
    Searched full:scrolling (Results 226 - 250 of 641) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiScrollable.java 132 * @param allowScrollSearch set to true if scrolling is allowed
152 * scrolling and only on visible elements.
202 * @param allowScrollSearch set to true if scrolling is allowed
426 // scrolling is by default assumed vertically unless the object is explicitly
505 // scrolling is by default assumed vertically unless the object is explicitly
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleDayPickerFragment.java 61 // Affects when the month selection will change while scrolling up
117 // used for tracking which direction the view is scrolling
274 // Make the scrolling behavior nicer
539 // Only switch months if we're scrolling away from the currently
622 // Log.d(TAG, "scrolling by " + dist + " up? " + mIsScrollingUp);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailLayoutController.java 443 // Show the static photo which is next to the list of scrolling contact details
541 // finished scrolling yet), update the tab selection in the carousel.
670 // The user just started scrolling the carousel, so begin
678 // The user just stopped scrolling the carousel, so stop
686 // The user is scrolling the carousel, so send the scroll
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion39.txt 32 android:singleLine : Constrains the text to a single horizontally scrolling line instead of letting it wrap onto multiple lines, and advances focus instead of inserting a newline when you press the enter key. * Deprecated: This attribute is deprecated. Use "maxLines" instead to change the layo...
95 android:scrollbars : Defines which scrollbars should be displayed on scrolling or not. [flag]
97 android:isScrollContainer : Set this if the view will serve as a scrolling container, meaing that it can be resized to shrink its overall window so that there will be space for an input method. [boolean]
109 android:requiresFadingEdge : Defines which edges should be faded on scrolling. [flag]
129 android:overScrollMode : Defines over-scrolling behavior. [enum]
completion5-expected-completion40.txt 32 android:singleLine : Constrains the text to a single horizontally scrolling line instead of letting it wrap onto multiple lines, and advances focus instead of inserting a newline when you press the enter key. * Deprecated: This attribute is deprecated. Use "maxLines" instead to change the layo...
95 android:scrollbars : Defines which scrollbars should be displayed on scrolling or not. [flag]
97 android:isScrollContainer : Set this if the view will serve as a scrolling container, meaing that it can be resized to shrink its overall window so that there will be space for an input method. [boolean]
109 android:requiresFadingEdge : Defines which edges should be faded on scrolling. [flag]
129 android:overScrollMode : Defines over-scrolling behavior. [enum]
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 155 // detect visibleContentRect scrolling from short programmatic scrolls/jumps
363 bool scrolling = isScrolling(); local
369 scale, scrolling,
  /external/webkit/Source/WebKit/chromium/src/win/
WebInputEventFactory.cpp 332 // simulate middle mouse scrolling in some laptops. Use GetAsyncKeyState
417 // smooth scrolling while Firefox doesn't, so it can get away with somewhat
420 // Even though we have smooth scrolling, we don't make this as large as IE
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 301 // reflect the strength of the user's scrolling.
309 // to a user's scrolling speed. The faster the scrolling speed, the more
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DayPickerView.java 47 // Affects when the month selection will change while scrolling up
147 // Make the scrolling behavior nicer
438 * Necessary for accessibility, to ensure we support "scrolling" forward and backward
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java 281 // reflect the strength of the user's scrolling.
289 // to a user's scrolling speed. The faster the scrolling speed, the more
  /external/webkit/Source/WebKit/mac/WebView/
WebFrameView.mm 528 // scrolling overflows is only applicable if we're dealing with an WebHTMLView
647 // It does that because it needs to know definitively whether scrolling was
649 // In the presence of smooth scrolling, there's no easy way to tell if the method
650 // did any scrolling or not with the public API.
911 // Now check scrolling related keys.
    [all...]
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.h 216 // Handle vertical scrolling
218 // Handle horizontal scrolling
  /external/chromium/chrome/browser/resources/touch_ntp/
slider.js 12 * the additional items left / right do not trigger horizontal scrolling.
213 * scrolling horizontally.
  /external/skia/bench/
ChromeBench.cpp 16 /// blitRect() calls emitted by Chrome while scrolling through gmail: count, width, height.
451 /// Emulates the mix of rects blitted by gmail during scrolling
  /external/webkit/Source/WebKit/chromium/src/
WebScrollbarImpl.cpp 230 // key combinations which affect scrolling. Safari is buggy in the
231 // sense that it scrolls the page for all Ctrl+scrolling key
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 75 * This is the minimum number of milliseconds to wait for scrolling to
76 * start. If no scrolling has started before this timeout then it is
77 * assumed that no scrolling will happen.
81 * Once scrolling has started, this is the interval that scrolling
82 * is checked to see if there is a change. If no scrolling change
83 * has happened in the given time then it is assumed that scrolling
795 // Reset the scaling so that finding the next "all" text will require scrolling.
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
PagedView.java 188 // Scrolling indicator
540 // Update the last motion events when scrolling
552 // Don't bother scrolling if the page does not need to be moved
566 // and the user has stopped scrolling
863 // because we don't draw them while scrolling?
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 174 // Scrolling indicator
187 // If set, will defer loading associated pages until the scrolling settles
322 * {@link #updateCurrentPageScroll()} to correctly set the final state and re-enable scrolling.
331 * Enables scrolling again.
446 // Don't bother scrolling if the page does not need to be moved
466 // and the user has stopped scrolling
    [all...]
  /development/samples/ApiDemos/res/layout/
scrollbar1.xml 17 <!-- Demonstrates scrolling with a ScrollView. -->
scrollbar2.xml 17 <!-- Demonstrates scrolling with a ScrollView. -->
  /development/samples/ApiDemos/src/com/example/android/apis/app/
MessengerService.java 152 // Set the icon, scrolling text and timestamp
NotifyingService.java 97 // Set the icon, scrolling text and timestamp.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_package.html 358 <h3>Scrolling Example 1</h3>
362 <p>The ScrollView is used to implement vertical scrolling. It does not display any
394 ListViews are used to display vertically scrolling list of information. Unlike the ScrollView, which pans up and
513 This example also shows how the ListView handles scrolling large items.
  /external/chromium/chrome/browser/ui/views/
find_bar_host.h 44 // that arrow keys and PageUp and PageDown result in scrolling, instead of
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
html4strict.php 114 'scheme', 'scope', 'scrolling', 'selected', 'shape', 'size', 'span', 'src', 'standby', 'start', 'style', 'summary',

Completed in 1028 milliseconds

1 2 3 4 5 6 7 8 91011>>