Home
last modified time | relevance | path

Searched defs:buttonType (Results 1 – 2 of 2) sorted by relevance

/external/setupcompat/main/java/com/google/android/setupcompat/template/
DFooterButton.java48 @ButtonType private final int buttonType; field in FooterButton
83 @ButtonType int buttonType, in FooterButton()
359 @ButtonType private int buttonType = ButtonType.OTHER; field in FooterButton.Builder
397 public Builder setButtonType(@ButtonType int buttonType) { in setButtonType()
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp497 uint32_t buttonType = static_cast<uint32_t>(AlertButton::kDefault); in messageBox() local