Searched refs:mChildAttachedConsumer (Results 1 – 1 of 1) sorted by relevance
64 private Consumer<View> mChildAttachedConsumer; field in AllAppsRecyclerView295 mChildAttachedConsumer = childAttachedConsumer; in setChildAttachedConsumer()300 if (mChildAttachedConsumer != null) { in onChildAttachedToWindow()301 mChildAttachedConsumer.accept(child); in onChildAttachedToWindow()