Searched refs:BUTTONSTYLE (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.tv.twopanelsettings.slices.SlicesConstants.BUTTONSTYLE;227 private @BUTTONSTYLE int mButtonStyle;674 Parcelable pendingIntent, boolean isChecked, @BUTTONSTYLE int style) { in addButton()836 public RowBuilder setButtonStyle(@BUTTONSTYLE int buttonStyle) { in setButtonStyle()
37 import static com.android.tv.twopanelsettings.slices.SlicesConstants.BUTTONSTYLE;461 public void setButtonStyle(@BUTTONSTYLE int buttonStyle) { in setButtonStyle()
79 public @interface BUTTONSTYLE {} annotation in SlicesConstants