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.java75 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() argument
76 mView.setVisibility(isScrolledOut ? INVISIBLE : VISIBLE); in setVerticalScroll()
77 if (!isScrolledOut) { in setVerticalScroll()
DFloatingHeaderRow.java55 void setVerticalScroll(int scroll, boolean isScrolledOut); in setVerticalScroll() argument
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionRowView.java369 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() argument
370 mScrolledOut = isScrolledOut; in setVerticalScroll()
372 if (!isScrolledOut) { in setVerticalScroll()
DAppsDividerView.java296 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() argument
298 mIsScrolledOut = isScrolledOut; in setVerticalScroll()