Searched refs:onScrollChanged (Results 1 – 7 of 7) sorted by relevance
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | SurfaceViewCtsActivity.java | 136 public void onScrollChanged(int l, int t, int oldl, int oldt) { in onScrollChanged() method in SurfaceViewCtsActivity.MockSurfaceView 137 super.onScrollChanged(l, t, oldl, oldt); in onScrollChanged()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MockView.java | 330 protected void onScrollChanged(int l, int t, int oldl, int oldt) { in onScrollChanged() method in MockView 331 super.onScrollChanged(l, t, oldl, oldt); in onScrollChanged()
|
D | ViewTreeObserverTest.java | 332 verify(listener, within(TIMEOUT_MS)).onScrollChanged(); in testAccessOnScrollChangedListener()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | AbsListViewTest.java | 1462 protected void onScrollChanged(int l, int t, int oldl, int oldt) { in onScrollChanged() method in AbsListViewTest.MyListView 1464 super.onScrollChanged(l, t, oldl, oldt); in onScrollChanged()
|
/cts/tools/release-parser/tests/resources/ |
D | Shell.apk.pb.txt | 4769 name: "onScrollChanged"
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | system-current.txt | 18361 method public void onScrollChanged(int, int, int, int); 18614 method public void onScrollChanged(int, int, int, int);
|
D | current.txt | 52920 method protected void onScrollChanged(int, int, int, int); 54036 method public void onScrollChanged();
|