Searched defs:mIsScrollingUp (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleDayPickerFragment.java118 protected boolean mIsScrollingUp = false; field in class:SimpleDayPickerFragment
485 mIsScrollingUp = true;
487 mIsScrollingUp = false;
523 if (mIsScrollingUp) {
543 if (mIsScrollingUp) {
622 // Log.d(TAG, "scrolling by " + dist + " up? " + mIsScrollingUp);
627 // if (mIsScrollingUp && scroll) {
629 // } else if (!mIsScrollingUp && scroll) {

Completed in 46 milliseconds