class TouchScreenSimulateSwipeRequest

Defined at line 3245 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool has_start_location ()

Defined at line 3257 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

::fuchsia::math::Vec * mutable_start_location ()

Starting location of the swipe, in the coordinate units specified during

registration.

Defined at line 3263 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

void clear_start_location ()

Defined at line 3271 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

const ::fuchsia::math::Vec & end_location ()

End location of the swipe, in the coordinate units specified during

registration.

Defined at line 3281 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

bool has_end_location ()

Defined at line 3285 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

::fuchsia::math::Vec * mutable_end_location ()

End location of the swipe, in the coordinate units specified during

registration.

Defined at line 3291 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

void clear_end_location ()

Defined at line 3299 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

const uint32_t & move_event_count ()

Number of move events in the swipe.

Defined at line 3308 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

bool has_move_event_count ()

Defined at line 3312 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

uint32_t * mutable_move_event_count ()

Number of move events in the swipe.

Defined at line 3317 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

void clear_move_event_count ()

Defined at line 3325 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

const 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.

Defined at line 3337 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

bool has_duration ()

Defined at line 3341 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

int64_t * mutable_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.

Defined at line 3349 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

void clear_duration ()

Defined at line 3357 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

TouchScreenSimulateSwipeRequest & set_start_location (::fuchsia::math::Vec _value)
TouchScreenSimulateSwipeRequest & set_end_location (::fuchsia::math::Vec _value)
TouchScreenSimulateSwipeRequest & set_move_event_count (uint32_t _value)
TouchScreenSimulateSwipeRequest & set_duration (int64_t _value)
void TouchScreenSimulateSwipeRequest ()
void TouchScreenSimulateSwipeRequest (TouchScreenSimulateSwipeRequest && other)
const ::fuchsia::math::Vec & start_location ()

Starting location of the swipe, in the coordinate units specified during

registration.

Defined at line 3253 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

void ~TouchScreenSimulateSwipeRequest ()
TouchScreenSimulateSwipeRequest & operator= (TouchScreenSimulateSwipeRequest && other)
::std::unique_ptr<TouchScreenSimulateSwipeRequest> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, TouchScreenSimulateSwipeRequest * _value, size_t _offset)
zx_status_t Clone (TouchScreenSimulateSwipeRequest * _result)