Searched refs:dropShadow (Results 1 – 4 of 4) sorted by relevance
101 final View dropShadow = findViewById(R.id.drop_shadow); in onResume() local104 mDropShadowController = new DropShadowController(dropShadow, fragment.getListView()); in onResume()
149 final View dropShadow = findViewById(R.id.drop_shadow); in onResume() local150 mDropShadowController = new DropShadowController(dropShadow, mCitiesList); in onResume()
320 final View dropShadow = findViewById(R.id.drop_shadow); in onResume() local321 mDropShadowController = new DropShadowController(dropShadow, UiDataModel.getUiDataModel(), in onResume()
219 final View dropShadow = findViewById(R.id.drop_shadow); in onResume() local220 mDropShadowController = new DropShadowController(dropShadow, mRecyclerView); in onResume()