Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/queries/
DSearchFragment.java125 View collapsingBarLayout = getActivity().findViewById(R.id.collapsing_toolbar); in onViewCreated() local
126 if (toolbar != null && collapsingBarLayout != null) { in onViewCreated()