* commit '6a2326cff955d692c4f89f6ca7ffea036a3efb15': Potential fix for bug 4479399
This commit is contained in:
@@ -113,8 +113,8 @@ public abstract class PagedView extends ViewGroup {
|
||||
protected int mPageLayoutWidthGap;
|
||||
protected int mPageLayoutHeightGap;
|
||||
protected int mPageLayoutMaxHeight;
|
||||
protected int mCellCountX = -1;
|
||||
protected int mCellCountY = -1;
|
||||
protected int mCellCountX = 0;
|
||||
protected int mCellCountY = 0;
|
||||
protected boolean mCenterPagesVertically;
|
||||
protected boolean mAllowOverScroll = true;
|
||||
protected int mUnboundedScrollX;
|
||||
|
||||
Reference in New Issue
Block a user