OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:selHeight
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp
207
LayoutUnit
selHeight
= selectionHeight();
220
r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint,
selHeight
, sPos, ePos));
222
r = enclosingIntRect(FloatRect(startingPoint, FloatSize(m_logicalWidth,
selHeight
)));
231
LayoutUnit width = isHorizontal() ? logicalWidth :
selHeight
;
232
LayoutUnit height = isHorizontal() ?
selHeight
: logicalWidth;
[
all
...]
RenderBlockFlow.cpp
[
all
...]
/frameworks/base/core/java/android/widget/
ListView.java
775
int
selHeight
= sel.getMeasuredHeight();
776
if (
selHeight
<= height) {
777
sel.offsetTopAndBottom((height -
selHeight
) / 2);
[
all
...]
Completed in 134 milliseconds