HomeSort by relevance Sort by last modified time
    Searched refs:rowSpacing (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderListBox.cpp 66 const int rowSpacing = 1;
214 return max(1, (contentHeight() + rowSpacing) / itemHeight());
224 return itemHeight() * numItems() - rowSpacing;
232 setHeight(itemHeight * size() - rowSpacing + toAdd);
621 return style()->fontMetrics().height() + rowSpacing;
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 197 float rowSpacing; // spacing between rows of cards
314 rowSpacing = 0.0f;
652 const float totalHeight = rowCount * (cardHeight + rowSpacing) - rowSpacing;
657 const float rowOffset = i * (cardHeight + rowSpacing);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1089 milliseconds