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

  /external/webkit/WebCore/rendering/
RootInlineBox.cpp 236 GapRects RootInlineBox::fillLineSelectionGap(int selTop, int selHeight, RenderBlock* rootBlock, int blockX, int blockY, int tx, int ty,
250 firstBox->x(), selTop, selHeight,
254 lastBox->x() + lastBox->width(), selTop, selHeight,
273 box->x() - lastX, selHeight, paintInfo));
RootInlineBox.h 114 GapRects fillLineSelectionGap(int selTop, int selHeight, RenderBlock* rootBlock, int blockX, int blockY,
InlineTextBox.cpp 116 int selHeight = selectionHeight();
120 IntPoint(tx + m_x, ty + selTop), selHeight, sPos, ePos));
    [all...]
RenderBlock.cpp     [all...]
  /frameworks/base/core/java/android/widget/
ListView.java 732 int selHeight = sel.getMeasuredHeight();
733 if (selHeight <= height) {
734 sel.offsetTopAndBottom((height - selHeight) / 2);
    [all...]

Completed in 84 milliseconds