Searched refs:whichButtons (Results 1 – 1 of 1) sorted by relevance
764 int whichButtons = 0; in setupButtons() local777 whichButtons = whichButtons | BIT_BUTTON_POSITIVE; in setupButtons()792 whichButtons = whichButtons | BIT_BUTTON_NEGATIVE; in setupButtons()807 whichButtons = whichButtons | BIT_BUTTON_NEUTRAL; in setupButtons()815 if (whichButtons == BIT_BUTTON_POSITIVE) { in setupButtons()817 } else if (whichButtons == BIT_BUTTON_NEGATIVE) { in setupButtons()819 } else if (whichButtons == BIT_BUTTON_NEUTRAL) { in setupButtons()824 final boolean hasButtons = whichButtons != 0; in setupButtons()