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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 102 mRenderer.onSlotSizeChanged(mLayout.mSlotWidth, mLayout.mSlotHeight);
401 private int mSlotWidth;
445 int x = mHorizontalPadding.get() + col * (mSlotWidth + mSlotGap);
447 rect.set(x, y, x + mSlotWidth, y + mSlotHeight);
452 return mSlotWidth;
495 // Initialize mSlotWidth and mSlotHeight from mSpec
498 mSlotWidth = mSpec.slotWidth;
504 mSlotWidth = mSlotHeight;
508 mRenderer.onSlotSizeChanged(mSlotWidth, mSlotHeight);
513 initLayoutParameters(mWidth, mHeight, mSlotWidth, mSlotHeight, padding)
    [all...]
AlbumSetSlidingWindow.java 67 private int mSlotWidth;
531 if (mSlotWidth == width) return;
533 mSlotWidth = width;
535 mLabelMaker.setLabelWidth(mSlotWidth);

Completed in 80 milliseconds