Searched refs:buttonType (Results 1 – 3 of 3) sorted by relevance
48 @ButtonType private final int buttonType; field in FooterButton64 buttonType = in FooterButton()83 @ButtonType int buttonType, in FooterButton() argument89 this.buttonType = buttonType; in FooterButton()126 return buttonType; in getButtonType()296 switch (buttonType) { in getButtonTypeName()359 @ButtonType private int buttonType = ButtonType.OTHER; field in FooterButton.Builder397 public Builder setButtonType(@ButtonType int buttonType) { in setButtonType() argument398 this.buttonType = buttonType; in setButtonType()409 return new FooterButton(text, onClickListener, buttonType, theme, locale, direction); in build()
638 private static PartnerConfig getDrawablePartnerConfig(@ButtonType int buttonType) {640 switch (buttonType) {
497 uint32_t buttonType = static_cast<uint32_t>(AlertButton::kDefault); in messageBox() local499 buttonType = runtime->ToInt32(params[3]); in messageBox()500 if (buttonType > static_cast<uint32_t>(AlertButton::kYesNoCancel)) in messageBox()501 buttonType = static_cast<uint32_t>(AlertButton::kDefault); in messageBox()505 messageType, buttonType); in messageBox()