Searched refs:whichButtons (Results 1 – 1 of 1) sorted by relevance
783 int whichButtons = 0; in setupButtons() local792 whichButtons = whichButtons | BIT_BUTTON_POSITIVE; in setupButtons()804 whichButtons = whichButtons | BIT_BUTTON_NEGATIVE; in setupButtons()816 whichButtons = whichButtons | BIT_BUTTON_NEUTRAL; in setupButtons()824 if (whichButtons == BIT_BUTTON_POSITIVE) { in setupButtons()826 } else if (whichButtons == BIT_BUTTON_NEGATIVE) { in setupButtons()828 } else if (whichButtons == BIT_BUTTON_NEUTRAL) { in setupButtons()833 final boolean hasButtons = whichButtons != 0; in setupButtons()