Searched refs:scrolled (Results 1 – 9 of 9) sorted by relevance
104 bool scrolled = scroll != 0; in sync() local111 if (scrolled && getDeviceContext().isExternal()) { in sync()120 if (scrolled) { in sync()
333 bool scrolled = vscroll != 0 || hscroll != 0; in sync() local344 if (moved || scrolled || buttonsChanged) { in sync()393 if ((buttonsPressed || moved || scrolled) && getDeviceContext().isExternal()) { in sync()402 if (downChanged || moved || scrolled || buttonsChanged) { in sync()471 if (scrolled) { in sync()
... four_corners public static final int layout public static final int scrolled public static final int shadows_test public static final int themable_widget_layout ...
97 int scrolled = prevAnchorTop - anchor.getTop(); // inverse of movement in onScrollRequested() local98 mScrollDelta += scrolled; // view.top-- is equivalent to parent.scrollY++ in onScrollRequested()
272 boolean scrolled = scrollForward(); in scrollIntoView()276 if (!scrolled) { in scrollIntoView()
1310 final int scrolled = absDy > consumed ? layoutDirection * consumed : dy; in scrollBy() local1311 mOrientationHelper.offsetChildren(-scrolled); in scrollBy()1313 Log.d(TAG, "scroll req: " + dy + " scrolled: " + scrolled); in scrollBy()1315 mLayoutState.mLastScrollDelta = scrolled; in scrollBy()1316 return scrolled; in scrollBy()
9329 final boolean scrolled = scrollToRectOrFocus(rectangle, immediate); in requestChildRectangleOnScreen()9338 return scrolled; in requestChildRectangleOnScreen()
7887 boolean scrolled = false;7892 scrolled |= parent.requestChildRectangleOnScreen(child, rectangle, immediate);7905 return scrolled;
246 LOCATION_HIDDEN_TOP = 2; // hidden/scrolled away on the top