/external/toybox/kconfig/lxdialog/ |
yesno.c | 32 print_button(dialog, " Yes ", y, x, selected == 0); 33 print_button(dialog, " No ", y, x + 13, selected == 1);
|
inputbox.c | 34 print_button(dialog, " Ok ", y, x, selected == 0); 35 print_button(dialog, " Help ", y, x + 14, selected == 1);
|
menubox.c | 160 print_button(win, "Select", y, x, selected == 0); 161 print_button(win, " Exit ", y, x + 12, selected == 1); 162 print_button(win, " Help ", y, x + 24, selected == 2);
|
dialog.h | 196 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
|
checklist.c | 100 print_button(dialog, "Select", y, x, selected == 0); 101 print_button(dialog, " Help ", y, x + 14, selected == 1);
|
textbox.c | 117 print_button(dialog, " Exit ", height - 2, width / 2 - 4, TRUE);
|
util.c | 376 void print_button(WINDOW * win, const char *label, int y, int x, int selected) function
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
PrintContentView.java | 142 mPrintButton = findViewById(R.id.print_button);
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
PrintActivity.java | [all...] |