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

  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerView.java 124 public boolean shouldContainerScroll(MotionEvent ev, View eventSource) {
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 162 public boolean shouldContainerScroll(MotionEvent ev) {
176 return rv.shouldContainerScroll(ev, mLauncher.getDragLayer());

Completed in 84 milliseconds