Searched defs:startCol (Results 1 – 3 of 3) sorted by relevance
20 public int damage(int startRow, int endRow, int startCol, int endCol) { in damage()
58 public void onDamage(int startRow, int endRow, int startCol, int endCol); in onDamage()
534 int startCol = position / (mSlotWidth + mSlotGap); in updateVisibleSlotRange() local