Home
last modified time | relevance | path

Searched refs:buttonType (Results 1 – 3 of 3) sorted by relevance

/external/setupcompat/main/java/com/google/android/setupcompat/template/
DFooterButton.java48 @ButtonType private final int buttonType; field in FooterButton
64 buttonType = in FooterButton()
83 @ButtonType int buttonType, in FooterButton() argument
89 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.Builder
397 public Builder setButtonType(@ButtonType int buttonType) { in setButtonType() argument
398 this.buttonType = buttonType; in setButtonType()
409 return new FooterButton(text, onClickListener, buttonType, theme, locale, direction); in build()
DFooterBarMixin.java638 private static PartnerConfig getDrawablePartnerConfig(@ButtonType int buttonType) {
640 switch (buttonType) {
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp497 uint32_t buttonType = static_cast<uint32_t>(AlertButton::kDefault); in messageBox() local
499 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()