HomeSort by relevance Sort by last modified time
    Searched defs: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 217 private boolean mIsScrollingUp = false;
850 mIsScrollingUp = true;
852 mIsScrollingUp = false;
862 if (mIsScrollingUp) {
871 if (mIsScrollingUp) {
889 if ((!mIsScrollingUp && monthDiff > 0) || (mIsScrollingUp && monthDiff < 0)) {
891 if (mIsScrollingUp) {
    [all...]

Completed in 54 milliseconds