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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 578 int absoluteX = Math.round(x) + (WIDE ? mScrollPosition : 0);
581 absoluteX -= mHorizontalPadding.get();
584 if (absoluteX < 0 || absoluteY < 0) {
588 int columnIdx = absoluteX / (mSlotWidth + mSlotGap);
599 if (absoluteX % (mSlotWidth + mSlotGap) >= mSlotWidth) {
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 50 milliseconds