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

  /frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$layout.class 
  /frameworks/support/wear/src/android/support/wear/widget/
WearableLinearLayoutManager.java 96 int scrolled = super.scrollVerticallyBy(dy, recycler, state); local
99 return scrolled;
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java 150 int scrolled = 0; local
154 while (scrolled > dy) {
157 final int scrollBy = Math.min(scrolled - dy, hangingTop);
158 scrolled -= scrollBy;
160 if (mFirstPosition > 0 && scrolled > dy) {
174 while (scrolled < dy) {
178 final int scrollBy = -Math.min(dy - scrolled, hangingBottom);
179 scrolled -= scrollBy;
181 if (scrolled < dy && state.getItemCount() > mFirstPosition + getChildCount()) {
194 return scrolled;
    [all...]
AnimatedRecyclerView.java 531 int scrolled = 0; local
535 while (scrolled > dy) {
538 final int scrollBy = Math.min(scrolled - dy, hangingTop);
539 scrolled -= scrollBy;
541 if (mFirstPosition > 0 && scrolled > dy) {
555 while (scrolled < dy) {
558 final int scrollBy = -Math.min(dy - scrolled, hangingBottom);
559 scrolled -= scrollBy;
561 if (scrolled < dy && state.getItemCount() > mFirstPosition + getChildCount()) {
574 return scrolled;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LinearLayoutManager.java 1314 final int scrolled = absDy > consumed ? layoutDirection * consumed : dy; local
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearLayoutManager.java 1339 final int scrolled = absDy > consumed ? layoutDirection * consumed : dy; local
    [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/native/services/inputflinger/
InputReader.cpp 2821 bool scrolled = vscroll != 0 || hscroll != 0; local
3049 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 
  /prebuilts/sdk/current/support/wear/libs/
android-support-wear.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 
org.eclipse.ui.workbench_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 
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 316 milliseconds