Set contentDescription on caret

Change-Id: I1f66b96b3f94649d85857b0107144bb4070ef448
This commit is contained in:
Hyunyoung Song
2016-09-15 16:19:14 -07:00
parent 6f28e71e94
commit c5afad6eb9

View File

@@ -158,6 +158,11 @@ public class PageIndicatorLineCaret extends PageIndicator {
mLinePaint);
}
@Override
public void setContentDescription(CharSequence contentDescription) {
mAllAppsHandle.setContentDescription(contentDescription);
}
@Override
public void setScroll(int currentScroll, int totalScroll) {
if (getAlpha() == 0) {