Searched refs:scrolled (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPerformanceTest.java236 private void setScrollingTestingMode(final boolean scrolled) { argument
239 mMovementSpinner.setSelection(scrolled ? 0 : 2);
/frameworks/base/services/input/
H A DInputReader.cpp2447 bool scrolled = vscroll != 0 || hscroll != 0; local
2456 if (moved || scrolled || buttonsChanged) {
2489 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) {
2498 if (downChanged || moved || scrolled || buttonsChanged) {
2527 if (scrolled) {
/frameworks/base/core/java/android/view/
H A DView.java2782 * The offset, in pixels, by which the content of this view is scrolled
2789 * The offset, in pixels, by which the content of this view is scrolled
4395 * @return Whether any parent scrolled.
4414 * @return Whether any parent scrolled.
4427 boolean scrolled = false;
4432 scrolled |= parent.requestChildRectangleOnScreen(child,
4453 return scrolled;
8550 * view scrolled its own contents). This is typically as a result of
8628 * Set the horizontal scrolled position of your view. This will cause a call to
8638 * Set the vertical scrolled positio
[all...]
H A DViewRootImpl.java4756 final boolean scrolled = scrollToRectOrFocus(rectangle, immediate);
4767 return scrolled;

Completed in 250 milliseconds