Merge "Set contentDescription on caret" into ub-launcher3-calgary-polish
This commit is contained in:
committed by
Android (Google) Code Review
commit
c1c6126745
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user