Searched refs:mFriction (Results 1 – 3 of 3) sorted by relevance
68 protected float mFriction = 1.0f; field in DayPickerView160 setFriction(ViewConfiguration.getScrollFriction() * mFriction); in setUpListView()
2415 private float mFriction; field in PagedView.FlingAlongVectorAnimatorUpdateListener2425 mFriction = 1f - (mDragView.getResources().getDisplayMetrics().density * friction); in FlingAlongVectorAnimatorUpdateListener()2440 mVelocity.x *= mFriction; in onAnimationUpdate()2441 mVelocity.y *= mFriction; in onAnimationUpdate()
162 private float mFriction = .05f; field in CalendarViewLegacyDelegate751 mListView.setFriction(mFriction); in setUpListView()