Home
last modified time | relevance | path

Searched refs:mChildAttachedConsumer (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java64 private Consumer<View> mChildAttachedConsumer; field in AllAppsRecyclerView
295 mChildAttachedConsumer = childAttachedConsumer; in setChildAttachedConsumer()
300 if (mChildAttachedConsumer != null) { in onChildAttachedToWindow()
301 mChildAttachedConsumer.accept(child); in onChildAttachedToWindow()