File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9383,7 +9383,7 @@ public void onScrollChanged() {
93839383 }
93849384 }
93859385
9386- public boolean isPositionVisible (int positionX , int positionY ) {
9386+ private boolean isPositionVisible (int positionX , int positionY ) {
93879387 synchronized (sTmpPosition ) {
93889388 final float [] position = sTmpPosition ;
93899389 position [0 ] = positionX ;
@@ -9423,7 +9423,7 @@ public boolean isPositionVisible(int positionX, int positionY) {
94239423 return true ;
94249424 }
94259425
9426- public boolean isOffsetVisible (int offset ) {
9426+ private boolean isOffsetVisible (int offset ) {
94279427 final int line = mLayout .getLineForOffset (offset );
94289428 final int lineBottom = mLayout .getLineBottom (line );
94299429 final int primaryHorizontal = (int ) mLayout .getPrimaryHorizontal (offset );
You can’t perform that action at this time.
0 commit comments