Lines Matching refs:currentButtonIndexUnderAction
123 static volatile int currentButtonIndexUnderAction;
131 currentButtonIndexUnderAction = i;
133 System.out.println("currentButtonIndexUnderAction ="+currentButtonIndexUnderAction);
142 currentButtonIndexUnderAction = i;
144 System.out.println("currentButtonIndexUnderAction ="+currentButtonIndexUnderAction);
151 System.out.println("checkModifiers. currentButtonIndexUnderAction ="+currentButtonIndexUnderAction);
152 for (int i = 0; i<= currentButtonIndexUnderAction; i++){
213 System.out.println("CheckModifiersOnRelease. currentButtonIndexUnderAction ="+currentButtonIndexUnderAction);
214 for (int i = currentButtonIndexUnderAction+1; i<affectedButtonsToPressRelease.length; i++){
225 System.out.println("CheckModifiersOnClick. currentButtonIndexUnderAction ="+currentButtonIndexUnderAction);
227 for (int i = currentButtonIndexUnderAction+1; i<affectedButtonsToPressRelease.length; i++){