Searched defs:buttonType (Results 1 – 2 of 2) sorted by relevance
46 @ButtonType private final int buttonType; field in FooterButton79 @ButtonType int buttonType, in FooterButton()316 @ButtonType private int buttonType = ButtonType.OTHER; field in FooterButton.Builder342 public Builder setButtonType(@ButtonType int buttonType) { in setButtonType()
515 uint32_t buttonType = XFA_MB_OK; in messageBox() local