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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
RelativePosition.java 25 public void setAbsolutePosition(int absoluteX, int absoluteY) {
27 mAbsoluteY = absoluteY;
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) {

Completed in 29 milliseconds