HomeSort by relevance Sort by last modified time
    Searched defs:selHeight (Results 1 - 3 of 3) 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...]
RenderBlock.cpp     [all...]
  /frameworks/base/core/java/android/widget/
ListView.java 758 int selHeight = sel.getMeasuredHeight();
759 if (selHeight <= height) {
760 sel.offsetTopAndBottom((height - selHeight) / 2);
    [all...]

Completed in 261 milliseconds