Searched defs:buttonType (Results 1 – 7 of 7) sorted by relevance
71 private View getButtonForDrawable(@DrawableRes int drawableId, @TaskbarButton int buttonType) { in getButtonForDrawable()
63 public void onButtonClick(@TaskbarButton int buttonType) { in onButtonClick()
222 void onNavigationButtonClick(@TaskbarButton int buttonType) { in onNavigationButtonClick()
55 void onItemClicked(int buttonType, MetaBugReport metaBugReport, BugInfoViewHolder holder); in onItemClicked()
138 int buttonType, MetaBugReport bugReport, BugInfoAdapter.BugInfoViewHolder holder) { in onBugReportItemClicked()
796 @ButtonType int buttonType, @StringRes int label) { in setPrimaryButton()811 final int buttonType = ButtonType.CANCEL; in addAbortAndResetButton() local819 @ButtonType int buttonType, @StringRes int buttonLabel) { in addSecondaryButton()
256 private Button updateButton(int buttonType, CharSequence displayText) { in updateButton()