Send focused event when RecyclerView's layout is ready

When a RecyclerView gains focus, it won't dispatch AccessibilityEvent
if its layout is not ready. To fix this, this CL dispatches the event
when it's ready.

Bug: 170344916
Test: manual

Change-Id: Ie7aa94fd8466478b0cce55fedf113662530f6da6
1 file changed