Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DBaseCardView.java416 float currBottom = getPaddingTop(); in onLayout() local
423 (int) currBottom, in onLayout()
425 (int) (currBottom + mainView.getMeasuredHeight())); in onLayout()
426 currBottom += mainView.getMeasuredHeight(); in onLayout()
438 currBottom -= infoHeight; in onLayout()
439 if (currBottom < 0) { in onLayout()
440 currBottom = 0; in onLayout()
447 currBottom -= mInfoOffset; in onLayout()
458 (int) currBottom, in onLayout()
460 (int) (currBottom + viewHeight)); in onLayout()
[all …]