#include <view_ref_focused.h>
Definition at line 14 of file view_ref_focused.h.
◆ WatchCallback
◆ ScheduleCallback()
void flutter_runner::testing::FakeViewRefFocused::ScheduleCallback |
( |
bool |
focused | ) |
|
|
inline |
Definition at line 24 of file view_ref_focused.h.
24 {
25 fuchsia::ui::views::FocusState focus_state;
26 focus_state.set_focused(focused);
27 callback_(std::move(focus_state));
28 }
◆ Watch()
void flutter_runner::testing::FakeViewRefFocused::Watch |
( |
WatchCallback |
callback | ) |
|
|
inlineoverride |
Definition at line 19 of file view_ref_focused.h.
19 {
22 }
std::size_t times_watched
FlKeyEvent uint64_t FlKeyResponderAsyncCallback callback
◆ times_watched
std::size_t flutter_runner::testing::FakeViewRefFocused::times_watched = 0 |
The documentation for this class was generated from the following file: