Home
last modified time | relevance | path

Searched refs:NEXT (Results 1 - 25 of 28) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_action.h34 NEXT = 5, member in OHOS::Ace::TextInputAction
/foundation/arkui/ace_engine/frameworks/core/event/multimodal/
H A Dace_multimodal_define.h59 NEXT, member in OHOS::Ace::MultimodalGeneralEvent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_pattern.cpp197 if (direction == NG::Direction::NEXT) { in InitSwiperChangeDoneEvent()
200 direction = NG::Direction::NEXT; in InitSwiperChangeDoneEvent()
204 if (direction == NG::Direction::NEXT) { in InitSwiperChangeDoneEvent()
206 pattern->SetMoveDirection(NG::Direction::NEXT); in InitSwiperChangeDoneEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_event_hub.h33 NEXT, member in OHOS::Ace::NG::Direction
89 direction_ = Direction::NEXT; in FireChangeDoneEvent()
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtypography.h61 NEXT, // prefer the next glyph more member in OHOS::Rosen::TextEngine::Affinity
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_component.cpp70 GoToMonth(SwipeDirection::NEXT, selected); in GoToNextMonth()
87 } else if (direction == SwipeDirection::NEXT) { in GoToMonth()
123 } else if (direction == SwipeDirection::NEXT) { in JumpToMonth()
165 JumpToMonth(calendarMonth, day, SwipeDirection::NEXT); in GoTo()
H A Dcalendar_component.h216 NEXT, member in OHOS::Ace::CalendarController::SwipeDirection
/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_stream_player_ipc.h81 NEXT, enumerator
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_typography_properties.h46 NEXT,
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography.h57 NEXT, member in OHOS::Rosen::Affinity
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/enum_napi/
H A Dtext_enum_napi.cpp124 { "DOWNSTREAM", static_cast<size_t>(Affinity::NEXT) },
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Don_text_changed_listener_impl.cpp200 case TextInputAction::NEXT: in HandleFunctionKey()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_textfield_ffi.cpp30 TextInputAction::SEND, TextInputAction::NEXT, TextInputAction::DONE, TextInputAction::PREVIOUS,
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dtextinput_composed_element.cpp241 } else if (action == TextInputAction::NEXT) { in GetEnterKeyType()
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dstream_player_impl_proxy.cpp241 if (Remote()->SendRequest(NEXT, data, reply, option) != ERR_NONE) { in Next()
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/
H A Dconvert_test.cpp59 EXPECT_EQ(oneDownstream.affinity, OHOS::Rosen::Affinity::NEXT); in HWTEST_F()
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/
H A Dstream_player_impl_stub.cpp58 FILL_SINGLE_STUB_TASK(NEXT, &StreamPlayerImplStub::DoNextTask); in StreamPlayerImplStub()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H A Dstream_player_impl_stub.cpp58 FILL_SINGLE_STUB_TASK(NEXT, &StreamPlayerImplStub::DoNextTask); in StreamPlayerImplStub()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.cpp179 case TextInputAction::NEXT: in HandleFunctionKey()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.h405 inputAction = TextInputAction::NEXT; in ConvertStrToTextInputAction()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h544 enum class MapFractionRequestType : uint8_t { FIRST = 0x00, NEXT = 0x01, INVALID = 0x02 }; member in OHOS::Bluetooth::MapMessageType::MapFractionRequestType
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp1141 searchModelInstance.SetSearchEnterKeyType(frameNode, TextInputAction::NEXT); in HWTEST_F()
1143 EXPECT_EQ(TextInputAction::NEXT, textFieldPattern->GetTextInputActionValue(TextInputAction::UNSPECIFIED)); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h643 enum class MapFractionRequestType : uint8_t { FIRST = 0x00, NEXT = 0x01, INVALID = 0x02 }; member in OHOS::bluetooth::MapMessageType::MapFractionRequestType
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_test.cpp1729 pattern_->UpdateTextInputAction(TextInputAction::NEXT); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_test_ng.cpp867 EXPECT_EQ(calendarPattern->GetMoveDirection(), NG::Direction::NEXT); in HWTEST_F()

Completed in 27 milliseconds

12