Searched refs:scrolled (Results 1 – 11 of 11) sorted by relevance
... large_view_shadows_test public static final int layout public static final int scrolled public static final int shadow_sizes_test public static final int shadows_rounded_edge_test ...
122 bool scrolled = scroll != 0; in sync() local125 if (scrolled) { in sync()
280 bool scrolled = vscroll != 0 || hscroll != 0; in sync() local311 if ((buttonsPressed || moved || scrolled) && getDeviceContext().isExternal()) { in sync()321 if (downChanged || moved || scrolled || buttonsChanged) { in sync()388 if (scrolled) { in sync()
115 int scrolled = prevAnchorTop - anchor.getTop(); // inverse of movement in onScrollRequested() local116 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()
158 Ccaptures the picker's paging details: can give an estimate of how far the user scrolled and
1652 // user scrolled the landing page.1654 // GA user scrolled the landing page.1656 // user scrolled to the bottom of the landing page.1658 // GA user scrolled to the bottom of the landing page.
8481 boolean scrolled = false;8486 scrolled |= parent.requestChildRectangleOnScreen(child, rectangle, immediate);8499 return scrolled;
11039 final boolean scrolled = scrollToRectOrFocus(rectangle, immediate); in requestChildRectangleOnScreen()11048 return scrolled; in requestChildRectangleOnScreen()
252 LOCATION_HIDDEN_TOP = 2; // hidden/scrolled away on the top