Home
last modified time | relevance | path

Searched refs:setVerticalScroll (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingHeaderRow.java48 void setVerticalScroll(int scroll, boolean isScrolledOut); in setVerticalScroll() method
DPluginHeaderRow.java59 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() method in PluginHeaderRow
DFloatingHeaderView.java319 row.setVerticalScroll(0, true /* isScrolledOut */); in applyVerticalMove()
323 row.setVerticalScroll(uncappedTranslationY, false /* isScrolledOut */); in applyVerticalMove()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DAppsDividerView.java242 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() method in AppsDividerView
DPredictionRowView.java268 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() method in PredictionRowView