Searched defs:buttons (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
H A DColorPickerDialog.java111 void toggleClick(ToggleButton v, int[] buttons, boolean isChecked) { argument
117 for (int i = 0; i < buttons.length; i++) {
118 if (id != buttons[i]) {
119 ToggleButton b = (ToggleButton) findViewById(buttons[i]);
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
H A DInputTestFragment.java121 private void addButtonsToPanel(LinearLayout root, List<View> buttons) { argument
123 for (View button : buttons) {
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DInCallButtonGridFragment.java32 /** Fragment for the in call buttons (mute, speaker, ect.). */
38 private CheckableLabeledButton[] buttons = new CheckableLabeledButton[BUTTON_COUNT]; field in class:InCallButtonGridFragment
58 buttons[0] = ((CheckableLabeledButton) view.findViewById(R.id.incall_first_button));
59 buttons[1] = ((CheckableLabeledButton) view.findViewById(R.id.incall_second_button));
60 buttons[2] = ((CheckableLabeledButton) view.findViewById(R.id.incall_third_button));
61 buttons[3] = ((CheckableLabeledButton) view.findViewById(R.id.incall_fourth_button));
62 buttons[4] = ((CheckableLabeledButton) view.findViewById(R.id.incall_fifth_button));
63 buttons[5] = ((CheckableLabeledButton) view.findViewById(R.id.incall_sixth_button));
81 for (CheckableLabeledButton button : buttons) {
120 buttons[
[all...]
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestEvent.java382 public Builder pressButton(@Button int... buttons) { argument
383 for (int button : buttons) {
392 public Builder releaseButton(@Button int... buttons) { argument
393 for (int button : buttons) {

Completed in 615 milliseconds