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

  /packages/apps/Gallery3D/src/com/cooliris/media/
GridCameraManager.java 61 float width = camera.mItemWidth;
160 int itemWidth = camera.mItemWidth;
255 layout.getPositionForSlotIndex(slotIndex, camera.mItemWidth, camera.mItemHeight, outVal);
GridCamera.java 57 public int mItemWidth;
132 mItemWidth = (int) itemWidth;
GridLayer.java 777 mCamera.viewportChanged(width, height, mCamera.mItemWidth, mCamera.mItemHeight);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java 59 private int mItemWidth;
81 mItemWidth = (int) (ITEM_WIDTH_DPI * density + 0.5f);
87 mScrollRight = mItemWidth - mPageWidth;
666 final Rect newRect = new Rect(mItemWidth - orgRectSize, mItemHeight - orgRectSize,
667 mItemWidth, mItemHeight);

Completed in 188 milliseconds