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.java46 @ButtonType private final int buttonType; field in FooterButton
60 buttonType = in FooterButton()
79 @ButtonType int buttonType, in FooterButton() argument
83 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.Builder
342 public Builder setButtonType(@ButtonType int buttonType) { in setButtonType() argument
343 this.buttonType = buttonType; in setButtonType()
354 return new FooterButton(text, onClickListener, buttonType, theme); in build()
DFooterBarMixin.java704 private static PartnerConfig getDrawablePartnerConfig(@ButtonType int buttonType) {
706 switch (buttonType) {
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp515 uint32_t buttonType = XFA_MB_OK; in messageBox() local
517 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()