Searched defs:endCol (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()
536 int endCol = (position + mWidth + mSlotWidth + mSlotGap - 1) / in updateVisibleSlotRange() local