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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 209 LayoutUnit selHeight = selectionHeight();
220 r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos, ePos));
222 r = enclosingIntRect(FloatRect(startingPoint, FloatSize(m_logicalWidth, selHeight.toFloat())));
231 LayoutUnit width = isHorizontal() ? logicalWidth : selHeight;
232 LayoutUnit height = isHorizontal() ? selHeight : logicalWidth;
    [all...]
RenderBlockFlow.cpp     [all...]
  /frameworks/base/core/java/android/widget/
ListView.java 782 int selHeight = sel.getMeasuredHeight();
783 if (selHeight <= height) {
784 sel.offsetTopAndBottom((height - selHeight) / 2);
    [all...]

Completed in 297 milliseconds