Searched refs:ep_ (Results 1 – 2 of 2) sorted by relevance
71 if (!hasEp_ || ep_ == nullptr || !ep_->IsVisible()) { in SetValue()75 ep_->SetVisible(false); in SetValue()76 ep_->SetPosition(pos.x, pos.y); in SetValue()77 ep_->SetVisible(true); in SetValue()94 ep_ = static_cast<ImgViewAdapter *>(child); in InitEp()103 static_cast<int16_t>(GetX() - ep_->GetWidth() / halfDivisor + GetWidth() * rate), in GetPosOfEp()104 static_cast<int16_t>(GetY() - ep_->GetHeight() / halfDivisor + GetHeight() / halfDivisor) in GetPosOfEp()111 if (!hasEp_ || ep_ == nullptr) { in SetVisible()114 isVisible ? ep_->Start() : ep_->Stop(); in SetVisible()115 ep_->SetVisible(isVisible); in SetVisible()[all …]
51 ImgViewAdapter *ep_ = {}; variable