Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java222 final boolean appBarHeightChanged = mAppBarHeight != getAppBarLayoutHeight();
715 mAppBarHeight = getAppBarLayoutHeight(); in updateLayout()
725 private int getAppBarLayoutHeight() { in getAppBarLayoutHeight() method in DirectoryFragment