Merge "Removing old unused code from PageView" into ub-launcher3-rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
403640c393
@@ -257,13 +257,6 @@ public abstract class PagedView<T extends View & PageIndicator> extends ViewGrou
|
||||
forceFinishScroller(true);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns left offset of a page. This is the gap between pages and prevents overlap.
|
||||
*/
|
||||
public int scrollOffsetLeft() {
|
||||
return mInsets.left + getPaddingLeft();
|
||||
}
|
||||
|
||||
private void abortScrollerAnimation(boolean resetNextPage) {
|
||||
mScroller.abortAnimation();
|
||||
// We need to clean up the next page here to avoid computeScrollHelper from
|
||||
|
||||
Reference in New Issue
Block a user