Searched refs:buttonType (Results 1 – 3 of 3) sorted by relevance
46 @ButtonType private final int buttonType; field in FooterButton60 buttonType = in FooterButton()79 @ButtonType int buttonType, in FooterButton() argument83 this.buttonType = buttonType; in FooterButton()118 return buttonType; in getButtonType()258 switch (buttonType) { in getButtonTypeName()316 @ButtonType private int buttonType = ButtonType.OTHER; field in FooterButton.Builder342 public Builder setButtonType(@ButtonType int buttonType) { in setButtonType() argument343 this.buttonType = buttonType; in setButtonType()354 return new FooterButton(text, onClickListener, buttonType, theme); in build()
704 private static PartnerConfig getDrawablePartnerConfig(@ButtonType int buttonType) {706 switch (buttonType) {
515 uint32_t buttonType = XFA_MB_OK; in messageBox() local517 buttonType = runtime->ToInt32(params[3]); in messageBox()518 if (buttonType > XFA_MB_YesNoCancel) in messageBox()519 buttonType = XFA_MB_OK; in messageBox()523 messageType, buttonType); in messageBox()