Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DCalendarViewLegacyDelegate.java216 private boolean mIsScrollingUp = false; field in CalendarViewLegacyDelegate
873 mIsScrollingUp = true; in onScroll()
875 mIsScrollingUp = false; in onScroll()
885 if (mIsScrollingUp) { in onScroll()
894 if (mIsScrollingUp) { in onScroll()
912 if ((!mIsScrollingUp && monthDiff > 0) || (mIsScrollingUp && monthDiff < 0)) { in onScroll()
914 if (mIsScrollingUp) { in onScroll()
995 if (mIsScrollingUp) { in run()