Searched refs:inputMethodWindow (Results 1 – 1 of 1) sorted by relevance
94 ASSERT_NE(inputMethodWindow, nullptr);95 inputMethodWindow->SetWindowGravity(WindowGravity::WINDOW_GRAVITY_BOTTOM, 0);96 inputMethodWindow->Show();97 if (Utils::customAppRect_.width_ == inputMethodWindow->GetRect().width_) {98 ASSERT_EQ(inputMethodWindow->GetRect().width_, Utils::customAppRect_.width_);101 if (inputMethodWindow->GetRect().height_ == Utils::customAppRect_.height_) {105 inputMethodWindow->Hide();106 inputMethodWindow->SetWindowGravity(WindowGravity::WINDOW_GRAVITY_FLOAT, 0);107 inputMethodWindow->Show();109 if (Utils::customAppRect_.width_ == inputMethodWindow->GetRect().width_) {[all …]