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

  /bootable/recovery/
screen_ui.h 94 bool show_text; member in class:ScreenRecoveryUI
95 bool show_text_ever; // has show_text ever been true?
screen_ui.cpp 67 show_text(false),
209 if (!show_text) {
273 if (show_text || !pagesIdentical) {
299 installing_frames > 0 && !show_text) {
551 int visible = show_text;
567 show_text = visible;
568 if (show_text) show_text_ever = 1;
recovery.cpp 59 { "show_text", no_argument, NULL, 't' },
1008 int wipe_data = 0, wipe_cache = 0, show_text = 0; local
    [all...]
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
ContentLoadingProgressBarActivity.java 67 mShowText = (TextView)findViewById(R.id.show_text);
  /external/chromium_org/third_party/skia/samplecode/
SampleClip.cpp 19 static void show_text(SkCanvas* canvas, bool doAA) { function
132 show_text, show_thick, show_hair, show_fill
  /external/skia/samplecode/
SampleClip.cpp 19 static void show_text(SkCanvas* canvas, bool doAA) { function
132 show_text, show_thick, show_hair, show_fill
  /external/harfbuzz_ng/util/
options.hh 399 show_text = false;
439 hb_bool_t show_text; member in struct:format_options_t
options.cc 649 format_opts->show_text = format_opts->show_unicode = format_opts->show_line_num = true;
661 {"show-text", 0, 0, G_OPTION_ARG_NONE, &this->show_text, "Show input text", NULL},
730 if (show_text) {

Completed in 344 milliseconds