HomeSort by relevance Sort by last modified time
    Searched refs:scrolled (Results 1 - 25 of 25) sorted by null

  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java 151 int scrolled = 0; local
155 while (scrolled > dy) {
158 final int scrollBy = Math.min(scrolled - dy, hangingTop);
159 scrolled -= scrollBy;
161 if (mFirstPosition > 0 && scrolled > dy) {
175 while (scrolled < dy) {
179 final int scrollBy = -Math.min(dy - scrolled, hangingBottom);
180 scrolled -= scrollBy;
182 if (scrolled < dy && state.getItemCount() > mFirstPosition + getChildCount()) {
195 return scrolled;
    [all...]
AnimatedRecyclerView.java 533 int scrolled = 0; local
537 while (scrolled > dy) {
540 final int scrollBy = Math.min(scrolled - dy, hangingTop);
541 scrolled -= scrollBy;
543 if (mFirstPosition > 0 && scrolled > dy) {
557 while (scrolled < dy) {
560 final int scrollBy = -Math.min(dy - scrolled, hangingBottom);
561 scrolled -= scrollBy;
563 if (scrolled < dy && state.getItemCount() > mFirstPosition + getChildCount()) {
576 return scrolled;
    [all...]
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableListView.java 253 * @return true if the list is scrolled all the way to the top.
385 * Adds a listener that will be called when the content of the list view is scrolled.
1045 int scrolled = 0; local
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerBaseConfigSetTest.java 93 int scrolled = mGlm.scrollBy(scrollStep,
95 globalScrollPosition += scrolled;
96 if (scrolled == 0) {
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 177 final boolean scrolled = mScrolled;
189 if (touchX + scrollX >= x && touchX + scrollX < x + wordWidth && !scrolled) {
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
smoothness.py 23 '- Pages that can\'t be scrolled')
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiScrollable.java 272 boolean scrolled = scrollForward();
276 if (!scrolled) {
290 * if the method scrolled successfully until the child became fully visible;
379 * @return true if scrolled, false if can't scroll anymore
395 * @return true if scrolled, false if can't scroll anymore
411 * @return true if scrolled, false if can't scroll anymore
458 * @return true if scrolled, and false if can't scroll anymore
474 * @return true if scrolled, and false if can't scroll anymore
490 * @return true if scrolled, false if can't scroll anymore
538 * @return true on scrolled else fals
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
scroll.js 40 // The page is scrolled down by a single scroll gesture.
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearLayoutManager.java 1200 final int scrolled = absDy > consumed ? layoutDirection * consumed : dy; local
    [all...]
StaggeredGridLayoutManager.java     [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 2622 bool scrolled = vscroll != 0 || hscroll != 0; local
2842 bool scrolled = scroll != 0; local
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /frameworks/base/core/java/android/view/
View.java     [all...]
ViewRootImpl.java     [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-refonly/assets/js/
docs.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 549 milliseconds