Searched refs:whichButtons (Results 1 – 2 of 2) sorted by relevance
547 int whichButtons = 0; in setupButtons() local556 whichButtons = whichButtons | BIT_BUTTON_POSITIVE; in setupButtons()568 whichButtons = whichButtons | BIT_BUTTON_NEGATIVE; in setupButtons()580 whichButtons = whichButtons | BIT_BUTTON_NEUTRAL; in setupButtons()583 final boolean hasButtons = whichButtons != 0; in setupButtons()
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()