Home
last modified time | relevance | path

Searched refs:isScrolledOut (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPluginHeaderRow.java59 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() argument
60 mView.setVisibility(isScrolledOut ? INVISIBLE : VISIBLE); in setVerticalScroll()
61 if (!isScrolledOut) { in setVerticalScroll()
DFloatingHeaderRow.java48 void setVerticalScroll(int scroll, boolean isScrolledOut); in setVerticalScroll() argument
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DPredictionRowView.java268 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() argument
269 if (!isScrolledOut) { in setVerticalScroll()
272 setAlpha(isScrolledOut ? 0 : 1); in setVerticalScroll()
DAppsDividerView.java242 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() argument
244 mIsScrolledOut = isScrolledOut; in setVerticalScroll()