Searched refs:scrolled (Results 1 – 7 of 7) sorted by relevance
... 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 ...
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()
2777 bool scrolled = vscroll != 0 || hscroll != 0; in sync() local2786 if (moved || scrolled || buttonsChanged) { in sync()2821 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) { in sync()2830 if (downChanged || moved || scrolled || buttonsChanged) { in sync()2895 if (scrolled) { in sync()3024 bool scrolled = scroll != 0; in sync() local3031 if (scrolled && getDevice()->isExternal()) { in sync()3040 if (scrolled) { in sync()
8208 final boolean scrolled = scrollToRectOrFocus(rectangle, immediate); in requestChildRectangleOnScreen()8217 return scrolled; in requestChildRectangleOnScreen()
7586 boolean scrolled = false;7591 scrolled |= parent.requestChildRectangleOnScreen(child, rectangle, immediate);7604 return scrolled;
246 LOCATION_HIDDEN_TOP = 2; // hidden/scrolled away on the top