Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java67 private int mBottomInset; field in GridLayoutManager.LayoutParams
120 return view.getBottom() - mBottomInset; in getOpticalBottom()
128 return view.getHeight() - mTopInset - mBottomInset; in getOpticalHeight()
144 return mBottomInset; in getOpticalBottomInset()
187 mBottomInset = bottomInset; in setOpticalInsets()