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

  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 184 int selHeight = selectionHeight();
197 IntPoint(), selHeight, sPos, ePos));
206 int width = isHorizontal() ? logicalWidth : selHeight;
207 int height = isHorizontal() ? selHeight : logicalWidth;
    [all...]
RootInlineBox.h 108 GapRects lineSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock, int selTop, int selHeight, const PaintInfo*);
RootInlineBox.cpp 308 int selTop, int selHeight, const PaintInfo* paintInfo)
321 firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo));
324 lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo));
339 IntRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight);
    [all...]
RenderBlock.cpp     [all...]
  /frameworks/base/core/java/android/widget/
ListView.java 756 int selHeight = sel.getMeasuredHeight();
757 if (selHeight <= height) {
758 sel.offsetTopAndBottom((height - selHeight) / 2);
    [all...]

Completed in 1975 milliseconds