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.java200 private int mAppBarHeight; field in DirectoryFragment
227 final boolean appBarHeightChanged = mAppBarHeight != getAppBarLayoutHeight();
808 mAppBarHeight = getAppBarLayoutHeight(); in updateLayout()
810 mRecView.setPadding(pad, mAppBarHeight, pad, mSaveLayoutHeight); in updateLayout()
815 mRefreshLayout.setProgressViewOffset(true, mAppBarHeight, mAppBarHeight + range); in updateLayout()