class TouchScreenSimulateSwipeRequest
Defined at line 1421 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/cpp/fidl/fuchsia.ui.test.input/cpp/natural_types.h
Public Methods
void TouchScreenSimulateSwipeRequest (Storage_ storage)
void TouchScreenSimulateSwipeRequest ()
Defined at line 1427 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/cpp/fidl/fuchsia.ui.test.input/cpp/natural_types.h
void TouchScreenSimulateSwipeRequest (TouchScreenSimulateSwipeRequest && )
Defined at line 1428 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/cpp/fidl/fuchsia.ui.test.input/cpp/natural_types.h
void TouchScreenSimulateSwipeRequest (const TouchScreenSimulateSwipeRequest & other)
TouchScreenSimulateSwipeRequest & operator= (TouchScreenSimulateSwipeRequest && )
Defined at line 1429 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/cpp/fidl/fuchsia.ui.test.input/cpp/natural_types.h
TouchScreenSimulateSwipeRequest & operator= (const TouchScreenSimulateSwipeRequest & other)
bool operator== (const TouchScreenSimulateSwipeRequest & other)
bool operator!= (const TouchScreenSimulateSwipeRequest & other)
bool IsEmpty ()
const std::optional< ::fuchsia_math::Vec> & start_location ()
Starting location of the swipe, in the coordinate units specified during
registration.
::std::optional< ::fuchsia_math::Vec> & start_location ()
Starting location of the swipe, in the coordinate units specified during
registration.
TouchScreenSimulateSwipeRequest & start_location (std::optional< ::fuchsia_math::Vec> value)
Starting location of the swipe, in the coordinate units specified during
registration.
const std::optional< ::fuchsia_math::Vec> & end_location ()
End location of the swipe, in the coordinate units specified during
registration.
::std::optional< ::fuchsia_math::Vec> & end_location ()
End location of the swipe, in the coordinate units specified during
registration.
TouchScreenSimulateSwipeRequest & end_location (std::optional< ::fuchsia_math::Vec> value)
End location of the swipe, in the coordinate units specified during
registration.
const std::optional<uint32_t> & move_event_count ()
Number of move events in the swipe.
::std::optional<uint32_t> & move_event_count ()
Number of move events in the swipe.
TouchScreenSimulateSwipeRequest & move_event_count (std::optional<uint32_t> value)
Number of move events in the swipe.
const std::optional<int64_t> & duration ()
The duration of the swipe gesture.
Per step delay = duration / ( move_event_count + 1).
DOWN - wait per step delay - CHANGE_1 - wait per step delay - ... -
CHANGE_n - wait per step delay - UP.
::std::optional<int64_t> & duration ()
The duration of the swipe gesture.
Per step delay = duration / ( move_event_count + 1).
DOWN - wait per step delay - CHANGE_1 - wait per step delay - ... -
CHANGE_n - wait per step delay - UP.
TouchScreenSimulateSwipeRequest & duration (std::optional<int64_t> value)
The duration of the swipe gesture.
Per step delay = duration / ( move_event_count + 1).
DOWN - wait per step delay - CHANGE_1 - wait per step delay - ... -
CHANGE_n - wait per step delay - UP.
void TouchScreenSimulateSwipeRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits