HomeSort by relevance Sort by last modified time
    Searched refs:tertiaryButton (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBar.java 223 View tertiaryButton = mContentView.findViewById(R.id.button_tertiary);
227 if (tertiaryButton != null) tertiaryButton.setEnabled(state);
InfoBarLayout.java 268 Button tertiaryButton = (Button) inflater.inflate(R.layout.infobar_button, null);
269 tertiaryButton.setId(R.id.button_tertiary);
270 tertiaryButton.setOnClickListener(this);
271 tertiaryButton.setText(tertiaryText);
272 tertiaryButton.setPadding(mMargin / 2, tertiaryButton.getPaddingTop(), mMargin / 2,
273 tertiaryButton.getPaddingBottom());
274 tertiaryButton.setTextColor(
277 mButtonGroup = addGroup(tertiaryButton, secondaryButton, primaryButton);

Completed in 428 milliseconds