Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java551 View collapsingBar = getActivity().findViewById(R.id.collapsing_toolbar); in getAppBarLayoutHeight() local
552 return collapsingBar == null ? 0 : appBarLayout.getHeight(); in getAppBarLayoutHeight()