Searched refs:unFocused_ (Results 1 – 4 of 4) sorted by relevance
230 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue();255 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue();290 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue();318 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue();352 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue();
111 bool unFocus = FocusChangedListenerTestImpl::unFocused_->GetValue();
52 std::shared_ptr<BlockData<bool>> FocusChangedListenerTestImpl::unFocused_ = member in OHOS::MiscServices::FocusChangedListenerTestImpl60 unFocused_->Clear(false); in OnFocused()71 unFocused_->SetValue(unFocus); in OnUnfocused()
38 static std::shared_ptr<BlockData<bool>> unFocused_; variable