HomeSort by relevance Sort by last modified time
    Searched refs:button_inactive (Results 1 - 3 of 3) sorted by null

  /external/toybox/kconfig/lxdialog/
util.c 34 dlg.button_inactive.atr = A_DIM;
74 DLG_COLOR(button_inactive, COLOR_BLACK, COLOR_WHITE, false);
108 DLG_COLOR(button_inactive, COLOR_YELLOW, COLOR_BLACK, false);
194 init_one_color(&dlg.button_inactive);
382 : dlg.button_inactive.atr);
397 : dlg.button_inactive.atr);
dialog.h 111 struct dialog_color button_inactive; member in struct:dialog_info
  /development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java 175 mBothProviderButton.setBackgroundResource(R.drawable.button_inactive);
183 mFineProviderButton.setBackgroundResource(R.drawable.button_inactive);

Completed in 157 milliseconds