Searched refs:bottomPadding (Results 1 – 3 of 3) sorted by relevance
194 public Params addPaddingToScrollView(int topPadding, int bottomPadding) { in addPaddingToScrollView() argument196 mBottomPadding = bottomPadding; in addPaddingToScrollView()
1333 final int bottomPadding = mList.getPaddingBottom(); in getPosFromItemCount() local1338 currentVisibleSize = mList.getHeight() - bottomPadding - lastChild.getTop(); in getPosFromItemCount()1340 maxSize = lastChild.getHeight() + bottomPadding; in getPosFromItemCount()
678 int bottomPadding = Math.max(mIndicationBottomPadding, mAmbientIndicationBottomPadding); in positionClockAndNotifications() local682 totalHeight - bottomPadding, in positionClockAndNotifications()