Searched refs:mSlotWidth (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java101 mRenderer.onSlotSizeChanged(mLayout.mSlotWidth, mLayout.mSlotHeight);
401 private int mSlotWidth; field in class:SlotView.Layout
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 - mSpec.slotHeightAdditional;
508 mRenderer.onSlotSizeChanged(mSlotWidth, mSlotHeight);
513 initLayoutParameters(mWidth, mHeight, mSlotWidth, mSlotHeigh
[all...]
H A DAlbumSetSlidingWindow.java72 private int mSlotWidth; field in class:AlbumSetSlidingWindow
526 if (mSlotWidth == width) return;
528 mSlotWidth = width;
530 mLabelMaker.setLabelWidth(mSlotWidth);

Completed in 58 milliseconds