OSDN Git Service

Merge "Set correct accessibility delegate for the overview mode. b/32004538" into...
[android-x86/packages-apps-Launcher3.git] / src / com / android / launcher3 / pageindicators / PageIndicatorLineCaret.java
index 350bc8a..0e1a708 100644 (file)
@@ -143,6 +143,11 @@ public class PageIndicatorLineCaret extends PageIndicator {
     }
 
     @Override
+    public void setAccessibilityDelegate(AccessibilityDelegate delegate) {
+        mAllAppsHandle.setAccessibilityDelegate(delegate);
+    }
+
+    @Override
     protected void onDraw(Canvas canvas) {
         if (mTotalScroll == 0 || mNumPagesFloat == 0) {
             return;