Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java195 private int mAppBarHeight; field in DirectoryFragment
222 final boolean appBarHeightChanged = mAppBarHeight != getAppBarLayoutHeight();
715 mAppBarHeight = getAppBarLayoutHeight(); in updateLayout()
717 mRecView.setPadding(pad, mAppBarHeight, pad, mSaveLayoutHeight); in updateLayout()
722 mRefreshLayout.setProgressViewOffset(true, mAppBarHeight, mAppBarHeight + range); in updateLayout()