Searched refs:ButtonCount (Results 1 – 1 of 1) sorted by relevance
362 private Integer[] getYButtonPositions(int ButtonCount) in getYButtonPositions() argument365 if (ButtonCount > 0) in getYButtonPositions()367 YPosArray = new Integer[ButtonCount]; in getYButtonPositions()371 …new Integer( (CompPosY + 10 + (((CompHeight - 10) - (ButtonCount * cmdButtonHeight) - ((ButtonCoun… in getYButtonPositions()372 if (ButtonCount > 1) in getYButtonPositions()374 for (int i = 1; i < ButtonCount; i++) in getYButtonPositions()
Completed in 8 milliseconds