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

  /external/webkit/WebCore/rendering/
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 750 int selHeight = sel.getMeasuredHeight();
751 if (selHeight <= height) {
752 sel.offsetTopAndBottom((height - selHeight) / 2);
    [all...]

Completed in 155 milliseconds