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

  /external/webkit/Source/WebCore/accessibility/
AccessibilityTableCell.cpp 120 unsigned rowOffset = 0;
124 rowOffset += tableSection->numRows();
128 rowRange.first += rowOffset;
AccessibilityTable.cpp 464 unsigned rowOffset = 0;
472 unsigned sectionSpecificRow = row - rowOffset;
505 rowOffset += numRows;
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 657 const float rowOffset = i * (cardHeight + rowSpacing);
658 return (cardHeight - totalHeight) / 2 + rowOffset;
    [all...]

Completed in 546 milliseconds