Searched defs:buttons (Results 1 – 9 of 9) sorted by relevance
150 public Builder pressButton(@Button int... buttons) { in pressButton()160 public Builder releaseButton(@Button int... buttons) { in releaseButton()253 int buttons = 0; in build() local
41 LinearLayout buttons = root.findViewById(R.id.buttons); in onCreateView() local
89 List<Integer> buttons = new ArrayList<>(); in getButtonsForSlot() local
39 private CheckableLabeledButton[] buttons = new CheckableLabeledButton[BUTTON_COUNT]; field in InCallButtonGridFragment
54 final View buttons = View.inflate( in setUp() local
111 void toggleClick(ToggleButton v, int[] buttons, boolean isChecked) { in toggleClick()
153 TextView[] buttons = new TextView[] {primaryAction, secondaryAction}; in bindActions() local
342 private void addButtonsToPanel(LinearLayout root, List<View> buttons) { in addButtonsToPanel()
100 final View buttons = View.inflate( in setUp() local