@Subscribe public void onCreateTaskEvent(final RateTaskEvent event) { RecyclerView recyclerView = (RecyclerView) getView().findViewById(R.id.feed_recycler_view); } Signed for the event of the arrival of the custom event. In the fragment there is a RecycleView with custom views as elements. An event contains the string CUSTOM_ID = "example", how to find a specific view with CUSTOM_ID = "example" in RecycleView and change, for example, its color?