HomeSort by relevance Sort by last modified time
    Searched refs:whichButtons (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AlertController.java 762 int whichButtons = 0;
775 whichButtons = whichButtons | BIT_BUTTON_POSITIVE;
790 whichButtons = whichButtons | BIT_BUTTON_NEGATIVE;
805 whichButtons = whichButtons | BIT_BUTTON_NEUTRAL;
813 if (whichButtons == BIT_BUTTON_POSITIVE) {
815 } else if (whichButtons == BIT_BUTTON_NEGATIVE) {
817 } else if (whichButtons == BIT_BUTTON_NEUTRAL)
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 735 int whichButtons = 0;
744 whichButtons = whichButtons | BIT_BUTTON_POSITIVE;
756 whichButtons = whichButtons | BIT_BUTTON_NEGATIVE;
768 whichButtons = whichButtons | BIT_BUTTON_NEUTRAL;
776 if (whichButtons == BIT_BUTTON_POSITIVE) {
778 } else if (whichButtons == BIT_BUTTON_NEGATIVE) {
780 } else if (whichButtons == BIT_BUTTON_NEUTRAL)
    [all...]

Completed in 93 milliseconds