File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
lib/java/com/google/android/material/slider Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 8080import android .view .ViewTreeObserver ;
8181import android .view .accessibility .AccessibilityEvent ;
8282import android .view .accessibility .AccessibilityManager ;
83- import android .view .accessibility .AccessibilityNodeInfo ;
8483import android .widget .SeekBar ;
8584import androidx .annotation .ColorInt ;
8685import androidx .annotation .ColorRes ;
@@ -3485,14 +3484,6 @@ private boolean isThisAndAncestorsVisible() {
34853484 return (VERSION .SDK_INT >= VERSION_CODES .N ) ? thisAndAncestorsVisible : isShown ();
34863485 }
34873486
3488- @ Override
3489- public void onInitializeAccessibilityNodeInfo (AccessibilityNodeInfo info ) {
3490- super .onInitializeAccessibilityNodeInfo (info );
3491- // Setting content description to null prevents duplicate announcements by making only our
3492- // virtual view accessible, not the parent container.
3493- info .setContentDescription (null );
3494- }
3495-
34963487 @ Override
34973488 public void onVisibilityAggregated (boolean isVisible ) {
34983489 super .onVisibilityAggregated (isVisible );
You can’t perform that action at this time.
0 commit comments