Lines Matching refs:margin
753 // For phones, layout the hotseat without any bottom margin
854 // We have enough space. Lets add some margin too.
855 int margin = (lp.width - totalItemWidth) / (visibleChildCount-1);
858 // Set margin of all visible children except the last visible child
863 clp.leftMargin = margin;
865 clp.rightMargin = margin;