Flip recents if setting is true

Bug: 72860694
Change-Id: I5cb71f553b2833a18a1b419b3744175bff963da8
This commit is contained in:
Tony Wickham
2018-02-26 16:41:57 -08:00
parent 7eadfc4f15
commit dfb5cc9a09
4 changed files with 32 additions and 10 deletions

View File

@@ -182,7 +182,7 @@ public abstract class PagedView<T extends View & PageIndicator> extends ViewGrou
private static final Rect sTmpRect = new Rect();
protected final Rect mInsets = new Rect();
protected final boolean mIsRtl;
protected boolean mIsRtl;
// Similar to the platform implementation of isLayoutValid();
protected boolean mIsLayoutValid;