OSDN Git Service

Set contentDescription on caret
authorHyunyoung Song <hyunyoungs@google.com>
Thu, 15 Sep 2016 23:19:14 +0000 (16:19 -0700)
committerHyunyoung Song <hyunyoungs@google.com>
Thu, 15 Sep 2016 23:19:14 +0000 (16:19 -0700)
Change-Id: I1f66b96b3f94649d85857b0107144bb4070ef448

src/com/android/launcher3/pageindicators/PageIndicatorLineCaret.java

index ca3a2dd..350bc8a 100644 (file)
@@ -159,6 +159,11 @@ public class PageIndicatorLineCaret extends PageIndicator {
     }
 
     @Override
+    public void setContentDescription(CharSequence contentDescription) {
+        mAllAppsHandle.setContentDescription(contentDescription);
+    }
+
+    @Override
     public void setScroll(int currentScroll, int totalScroll) {
         if (getAlpha() == 0) {
             return;