Loading src/com/android/launcher3/allapps/AllAppsGridAdapter.java +6 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,12 @@ public class AllAppsGridAdapter<T extends Context & ActivityContext> extends getRowsNotForAccessibility(mApps.getAdapterItems().size() - 1); } @Override public int getColumnCountForAccessibility(RecyclerView.Recycler recycler, RecyclerView.State state) { return mAppsPerRow; } @Override public void onInitializeAccessibilityNodeInfoForItem(RecyclerView.Recycler recycler, RecyclerView.State state, View host, AccessibilityNodeInfoCompat info) { Loading Loading
src/com/android/launcher3/allapps/AllAppsGridAdapter.java +6 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,12 @@ public class AllAppsGridAdapter<T extends Context & ActivityContext> extends getRowsNotForAccessibility(mApps.getAdapterItems().size() - 1); } @Override public int getColumnCountForAccessibility(RecyclerView.Recycler recycler, RecyclerView.State state) { return mAppsPerRow; } @Override public void onInitializeAccessibilityNodeInfoForItem(RecyclerView.Recycler recycler, RecyclerView.State state, View host, AccessibilityNodeInfoCompat info) { Loading