Searched refs:isFocused_ (Results 1 – 8 of 8) sorted by relevance
208 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue();244 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue();269 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue();304 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue();331 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue();
103 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue();
144 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue(); in SetUpTestCase()
53 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue(); in SetUpTestCase()
252 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue();
233 bool isFocused = FocusChangedListenerTestImpl::isFocused_->GetValue(); in SetUpTestCase()
50 std::shared_ptr<BlockData<bool>> FocusChangedListenerTestImpl::isFocused_ = member in OHOS::MiscServices::FocusChangedListenerTestImpl59 isFocused_->SetValue(getFocus_); in OnFocused()69 isFocused_->Clear(false); in OnUnfocused()
37 static std::shared_ptr<BlockData<bool>> isFocused_; variable