Searched refs:BUTTONSTYLE (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.tv.twopanelsettings.slices.SlicesConstants.BUTTONSTYLE;233 private @BUTTONSTYLE int mButtonStyle;650 PendingIntent pendingIntent, boolean isChecked, @BUTTONSTYLE int style) { in addButton()781 public RowBuilder setButtonStyle(@BUTTONSTYLE int buttonStyle) { in setButtonStyle()
41 import static com.android.tv.twopanelsettings.slices.SlicesConstants.BUTTONSTYLE;500 public void setButtonStyle(@BUTTONSTYLE int buttonStyle) { in setButtonStyle()
77 public @interface BUTTONSTYLE {} annotation in SlicesConstants