Populating some more accessibility events.
Change-Id: I7813abdd6dcc0979949caec9e31029486be0396d
This commit is contained in:
@@ -3477,4 +3477,11 @@ public class Workspace extends SmoothPagedView
|
||||
@Override
|
||||
public void syncPageItems(int page) {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getCurrentPageDescription() {
|
||||
int page = (mNextPage != INVALID_PAGE) ? mNextPage : mCurrentPage;
|
||||
return String.format(mContext.getString(R.string.workspace_scroll_format),
|
||||
page + 1, getChildCount());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user