Searched refs:bottomPadding (Results 1 – 6 of 6) sorted by relevance
81 val bottomPadding = holder.seekBar.paddingBottom in setVerticalPadding() constant82 holder.seekBar.setPadding(leftPadding, padding, rightPadding, bottomPadding) in setVerticalPadding()
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()
1289 int bottomPadding = Math.max(mIndicationBottomPadding, mAmbientIndicationBottomPadding); in updateClockAppearance() local1304 totalHeight - bottomPadding, in updateClockAppearance()1363 float bottomPadding = Math.max(mIndicationBottomPadding, mAmbientIndicationBottomPadding); in computeMaxKeyguardNotifications() local1364 bottomPadding = Math.max(lockIconPadding, bottomPadding); in computeMaxKeyguardNotifications()1370 - bottomPadding; in computeMaxKeyguardNotifications()
938 int bottomPadding = mContext.getResources().getDimensionPixelSize( in setAvailabilityDotPadding() local942 bottomPadding); in setAvailabilityDotPadding()
5472 int bottomPadding = -1;5553 bottomPadding = a.getDimensionPixelSize(attr, -1);6042 bottomPadding = padding;6054 bottomPadding = paddingVertical;6096 bottomPadding >= 0 ? bottomPadding : mPaddingBottom);