Searched refs:whichButtons (Results 1 – 1 of 1) sorted by relevance
670 int whichButtons = 0; in setupButtons() local679 whichButtons = whichButtons | BIT_BUTTON_POSITIVE; in setupButtons()691 whichButtons = whichButtons | BIT_BUTTON_NEGATIVE; in setupButtons()703 whichButtons = whichButtons | BIT_BUTTON_NEUTRAL; in setupButtons()711 if (whichButtons == BIT_BUTTON_POSITIVE) { in setupButtons()713 } else if (whichButtons == BIT_BUTTON_NEGATIVE) { in setupButtons()715 } else if (whichButtons == BIT_BUTTON_NEUTRAL) { in setupButtons()720 return whichButtons != 0; in setupButtons()