Home
last modified time | relevance | path

Searched defs:onScroll (Results 1 – 7 of 7) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/view/
DList9.java114 public void onScroll(AbsListView view, int firstVisibleItem, in onScroll() method in List9
DList13.java133 public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, in onScroll() method in List13
/development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
DGestureListener.java46 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, in onScroll() method in GestureListener
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DMouseFragment.java93 public boolean onScroll( in onScroll() method in MouseFragment.GestureListener
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayoutActivity.java380 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { in onScroll() method in FoldingLayoutActivity.ScrollGestureDetector
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceWearableConfigActivity.java137 public void onScroll(int scroll) {} in onScroll() method in DigitalWatchFaceWearableConfigActivity
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component.ts391 onScroll(event: WheelEvent) { method in MiniTimelineComponent