OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rowSpacing
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp
67
const int
rowSpacing
= 1;
253
return max<int>(1, (contentHeight() +
rowSpacing
) / itemHeight());
263
return itemHeight() * numItems() -
rowSpacing
;
268
LayoutUnit height = itemHeight() * size() -
rowSpacing
+ borderAndPaddingHeight();
652
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 121 milliseconds