OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:button_active
(Results
1 - 3
of
3
) sorted by null
/external/toybox/kconfig/lxdialog/
util.c
33
dlg.
button_active
.atr = A_REVERSE;
73
DLG_COLOR(
button_active
, COLOR_WHITE, COLOR_BLUE, true);
107
DLG_COLOR(
button_active
, COLOR_YELLOW, COLOR_RED, false);
193
init_one_color(&dlg.
button_active
);
381
wattrset(win, selected ? dlg.
button_active
.atr
396
wattrset(win, selected ? dlg.
button_active
.atr
dialog.h
110
struct dialog_color
button_active
;
member in struct:dialog_info
/development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java
174
mFineProviderButton.setBackgroundResource(R.drawable.
button_active
);
184
mBothProviderButton.setBackgroundResource(R.drawable.
button_active
);
Completed in 181 milliseconds