Home
last modified time | relevance | path

Searched refs:whichButtons (Results 1 – 1 of 1) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java764 int whichButtons = 0; in setupButtons() local
777 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()