Searched refs:whichButtons (Results 1 – 1 of 1) sorted by relevance
754 int whichButtons = 0; in setupButtons() local763 whichButtons = whichButtons | BIT_BUTTON_POSITIVE; in setupButtons()775 whichButtons = whichButtons | BIT_BUTTON_NEGATIVE; in setupButtons()787 whichButtons = whichButtons | BIT_BUTTON_NEUTRAL; in setupButtons()795 if (whichButtons == BIT_BUTTON_POSITIVE) { in setupButtons()797 } else if (whichButtons == BIT_BUTTON_NEGATIVE) { in setupButtons()799 } else if (whichButtons == BIT_BUTTON_NEUTRAL) { in setupButtons()804 final boolean hasButtons = whichButtons != 0; in setupButtons()