Lines Matching defs:GetDisplayInfo
55 if (pImpl_ == nullptr || pImpl_->GetDisplayInfo() == nullptr) {
56 WLOGFE("pImpl_ or pImpl_->GetDisplayInfo is nullptr");
59 return pImpl_->GetDisplayInfo()->GetDisplayId();
62 sptr<DisplayInfo> DisplayLite::GetDisplayInfo() const
65 if (pImpl_ == nullptr || pImpl_->GetDisplayInfo() == nullptr) {
66 WLOGFE("pImpl_ or pImpl_->GetDisplayInfo is nullptr");
69 return pImpl_->GetDisplayInfo();
75 if (pImpl_ == nullptr || pImpl_->GetDisplayInfo() == nullptr) {
76 WLOGFE("pImpl_ or pImpl_->GetDisplayInfo is nullptr");
79 return pImpl_->GetDisplayInfo()->GetWidth();
85 if (pImpl_ == nullptr || pImpl_->GetDisplayInfo() == nullptr) {
86 WLOGFE("pImpl_ or pImpl_->GetDisplayInfo is nullptr");
89 return pImpl_->GetDisplayInfo()->GetHeight();
99 auto displayInfo = SingletonContainer::Get<DisplayManagerAdapterLite>().GetDisplayInfo(GetId());
119 if (pImpl_ == nullptr || pImpl_->GetDisplayInfo() == nullptr) {
120 WLOGFE("pImpl_ or pImpl_->GetDisplayInfo is nullptr");
123 return pImpl_->GetDisplayInfo()->GetRotation();