Home
last modified time | relevance | path

Searched refs:touch_labels_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/touch/
Dtouch_hud_debug.cc353 touch_labels_[i] = new views::Label; in TouchHudDebug()
354 touch_labels_[i]->SetBackgroundColor(SkColorSetARGB(0, 255, 255, 255)); in TouchHudDebug()
355 touch_labels_[i]->set_shadows(gfx::ShadowValues(1, in TouchHudDebug()
357 label_container_->AddChildView(touch_labels_[i]); in TouchHudDebug()
408 touch_labels_[i]->SetText(base::string16()); in Clear()
454 touch_labels_[index]->SetText(base::UTF8ToUTF16(string)); in UpdateTouchPointLabel()
Dtouch_hud_debug.h78 views::Label* touch_labels_[kMaxTouchPoints]; variable