Home | History | Annotate | Download | only in input

Lines Matching refs:is_visible_

42       is_visible_(false),
49 drawable_->SetVisible(is_visible_);
69 if (is_visible_ == visible)
72 is_visible_ = visible;
98 if (is_visible_)
126 if (!is_visible_)
189 SetAlpha(is_visible_ ? u : 1.f - u);
237 const float target_alpha = is_visible_ ? 1.f : 0.f;
255 SetAlpha(is_visible_ ? 1.f : 0.f);
256 drawable_->SetVisible(is_visible_);