Searched refs:selectionStart_ (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/inputmethod/imf/test/common/src/ |
H A D | text_listener.cpp | 31 int32_t TextListener::selectionStart_ = -1; member in OHOS::MiscServices::TextListener 115 selectionStart_ = start; in HandleSetSelection() 118 …xtListener, selectionStart_: %{public}d, selectionEnd_: %{public}d", selectionStart_, selectionEnd… in HandleSetSelection() 202 selectionStart_ = -1; in ResetParam() 284 …lock, std::chrono::seconds(1), [start, end]() { return selectionStart_ == start && selectionEnd_ =… in WaitHandleSetSelection() 285 return selectionStart_ == start && selectionEnd_ == end; in WaitHandleSetSelection()
|
/ohos5.0/base/inputmethod/imf/test/common/include/ |
H A D | text_listener.h | 74 static int32_t selectionStart_; variable
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | text_listener_inner_api_test.cpp | 427 EXPECT_EQ(TextListener::selectionStart_, start); 447 EXPECT_NE(TextListener::selectionStart_, start); 453 EXPECT_NE(TextListener::selectionStart_, start);
|