HomeSort by relevance Sort by last modified time
    Searched refs:mIsScrollingUp (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleDayPickerFragment.java 118 protected boolean mIsScrollingUp = false;
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) {
  /frameworks/base/core/java/android/widget/
CalendarViewLegacyDelegate.java 216 private boolean mIsScrollingUp = false;
873 mIsScrollingUp = true;
875 mIsScrollingUp = false;
885 if (mIsScrollingUp) {
894 if (mIsScrollingUp) {
912 if ((!mIsScrollingUp && monthDiff > 0) || (mIsScrollingUp && monthDiff < 0)) {
914 if (mIsScrollingUp) {
    [all...]

Completed in 120 milliseconds