File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25679,7 +25679,6 @@ package android.view {
2567925679 method public int getLayoutDirection();
2568025680 method public int getMarginEnd();
2568125681 method public int getMarginStart();
25682- method protected boolean isLayoutRtl();
2568325682 method public boolean isMarginRelative();
2568425683 method public void setLayoutDirection(int);
2568525684 method public void setMarginEnd(int);
Original file line number Diff line number Diff line change @@ -5904,7 +5904,10 @@ public void onResolveLayoutDirection(int layoutDirection) {
59045904 }
59055905 }
59065906
5907- protected boolean isLayoutRtl () {
5907+ /**
5908+ * @hide
5909+ */
5910+ public boolean isLayoutRtl () {
59085911 return (layoutDirection == View .LAYOUT_DIRECTION_RTL );
59095912 }
59105913
You can’t perform that action at this time.
0 commit comments