Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerViewFastScrollBar.java227 animatePopupVisibility(false); in handleTouchEvent()
241 animatePopupVisibility(true); in calcTouchOffsetAndPrepToFastScroll()
254 animatePopupVisibility(!sectionName.isEmpty()); in updateFastScrollSectionNameAndThumbOffset()
309 private void animatePopupVisibility(boolean visible) { in animatePopupVisibility() method in BaseRecyclerViewFastScrollBar