Skip to content

Commit

Permalink
Remove @hide from ScrollableScroller
Browse files Browse the repository at this point in the history
  • Loading branch information
noties committed Jun 17, 2015
1 parent d887a54 commit 890af90
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,9 +534,6 @@ public void setFinalY(int newY) {
mFinished = false;
}

/**
* @hide
*/
public boolean isScrollingInDirection(float xvel, float yvel) {
return !mFinished && Math.signum(xvel) == Math.signum(mFinalX - mStartX) &&
Math.signum(yvel) == Math.signum(mFinalY - mStartY);
Expand Down

0 comments on commit 890af90

Please sign in to comment.