Set correct accessibility delegate for the overview mode.
b/32004538 Change-Id: Ie68fe418b777784d747b004600ef1c98e96a4791
This commit is contained in:
@@ -142,6 +142,11 @@ public class PageIndicatorLineCaret extends PageIndicator {
|
|||||||
mLauncher.setAllAppsButton(mAllAppsHandle);
|
mLauncher.setAllAppsButton(mAllAppsHandle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void setAccessibilityDelegate(AccessibilityDelegate delegate) {
|
||||||
|
mAllAppsHandle.setAccessibilityDelegate(delegate);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onDraw(Canvas canvas) {
|
protected void onDraw(Canvas canvas) {
|
||||||
if (mTotalScroll == 0 || mNumPagesFloat == 0) {
|
if (mTotalScroll == 0 || mNumPagesFloat == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user