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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 579 int absoluteY = Math.round(y) + (WIDE ? 0 : mScrollPosition);
582 absoluteY -= mVerticalPadding.get();
584 if (absoluteX < 0 || absoluteY < 0) {
589 int rowIdx = absoluteY / (mSlotHeight + mSlotGap);
603 if (absoluteY % (mSlotHeight + mSlotGap) >= mSlotHeight) {
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 67 milliseconds