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.java74 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() argument
75 mView.setVisibility(isScrolledOut ? INVISIBLE : VISIBLE); in setVerticalScroll()
76 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.java333 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() argument
334 mScrolledOut = isScrolledOut; in setVerticalScroll()
336 if (!isScrolledOut) { in setVerticalScroll()
DAppsDividerView.java298 public void setVerticalScroll(int scroll, boolean isScrolledOut) { in setVerticalScroll() argument
300 mIsScrolledOut = isScrolledOut; in setVerticalScroll()