Searched refs:touch_labels_ (Results 1 – 2 of 2) sorted by relevance
353 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()
78 views::Label* touch_labels_[kMaxTouchPoints]; variable