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.java46 @ButtonType private final int buttonType; field in FooterButton
79 @ButtonType int buttonType, in FooterButton()
316 @ButtonType private int buttonType = ButtonType.OTHER; field in FooterButton.Builder
342 public Builder setButtonType(@ButtonType int buttonType) { in setButtonType()
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp515 uint32_t buttonType = XFA_MB_OK; in messageBox() local