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

  /packages/apps/Gallery3D/src/com/cooliris/media/
GridDrawManager.java 62 private int mCurrentScaleSlot;
111 mCurrentScaleSlot = currentScaleSlot;
136 final int currentScaleSlot = mCurrentScaleSlot;
148 final int maxDisplayedItemsPerSlot = (index == mCurrentScaleSlot) ? GridLayer.MAX_DISPLAYED_ITEMS_PER_FOCUSED_SLOT
150 if (index != mCurrentScaleSlot) {
166 int stackIndex = (index == mCurrentScaleSlot) ? maxDisplayedItemsPerSlot - j - 1 : j;
177 if (index == mCurrentScaleSlot && texture != null && !texture.isLoaded()) {
258 if (index == mCurrentScaleSlot)
498 final int maxDisplayedItemsPerSlot = (i == mCurrentScaleSlot) ? GridLayer.MAX_DISPLAYED_ITEMS_PER_FOCUSED_SLOT
    [all...]
GridInputProcessor.java 61 private int mCurrentScaleSlot;
71 mCurrentScaleSlot = Shared.INVALID;
90 return mCurrentScaleSlot;
762 mCurrentScaleSlot = Shared.INVALID;
779 mCurrentScaleSlot = slotId;
783 mCurrentScaleSlot = Shared.INVALID;
    [all...]

Completed in 509 milliseconds