Searched refs:whichButtons (Results 1 – 2 of 2) sorted by relevance
553 int whichButtons = 0; in setupButtons() local562 whichButtons = whichButtons | BIT_BUTTON_POSITIVE; in setupButtons()574 whichButtons = whichButtons | BIT_BUTTON_NEGATIVE; in setupButtons()586 whichButtons = whichButtons | BIT_BUTTON_NEUTRAL; in setupButtons()594 if (whichButtons == BIT_BUTTON_POSITIVE) { in setupButtons()596 } else if (whichButtons == BIT_BUTTON_NEGATIVE) { in setupButtons()598 } else if (whichButtons == BIT_BUTTON_NEUTRAL) { in setupButtons()603 return whichButtons != 0; in setupButtons()
687 int whichButtons = 0; in setupButtons() local696 whichButtons = whichButtons | BIT_BUTTON_POSITIVE; in setupButtons()708 whichButtons = whichButtons | BIT_BUTTON_NEGATIVE; in setupButtons()720 whichButtons = whichButtons | BIT_BUTTON_NEUTRAL; in setupButtons()728 if (whichButtons == BIT_BUTTON_POSITIVE) { in setupButtons()730 } else if (whichButtons == BIT_BUTTON_NEGATIVE) { in setupButtons()732 } else if (whichButtons == BIT_BUTTON_NEUTRAL) { in setupButtons()737 final boolean hasButtons = whichButtons != 0; in setupButtons()