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

  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 464 int slotId = arc.olabel;
482 arc2.olabel = slotId;
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridInputProcessor.java 266 int slotId = mCurrentFocusSlot;
267 selectSlot(slotId);
325 int slotId = layer.getSlotIndexForScreenPosition(posX, posY);
326 if (slotId != Shared.INVALID && layer.getState() != GridLayer.STATE_FULL_SCREEN) {
531 public void setCurrentFocusSlot(int slotId) {
532 mCurrentSelectedSlot = slotId;
620 int slotId = mCurrentSelectedSlot;
622 layer.centerCameraForSlot(slotId, 1.0f);
624 layer.constrainCameraForSlot(slotId);
626 DisplayItem displayItem = layer.getDisplayItemForSlotId(slotId);
    [all...]

Completed in 884 milliseconds