Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DTabFragment.java180 mIsBottomBarVisible.observe(this, val -> updateRecyclerViewBottomPadding()); in onViewCreated()
182 this, val -> updateRecyclerViewBottomPadding()); in onViewCreated()
421 private void updateRecyclerViewBottomPadding() { in updateRecyclerViewBottomPadding() method in TabFragment