Searched refs:currBottom (Results 1 – 1 of 1) sorted by relevance
416 float currBottom = getPaddingTop(); in onLayout() local423 (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 …]