Searched refs:inputRect (Results 1 – 1 of 1) sorted by relevance
85 Rect inputRect = window.GetRectInScreen(); in IsTapOnInputMethod() local86 int32_t leftTopX = inputRect.GetLeftTopXScreenPostion(); in IsTapOnInputMethod()87 int32_t leftTopY = inputRect.GetLeftTopYScreenPostion(); in IsTapOnInputMethod()88 int32_t rightBottomX = inputRect.GetRightBottomXScreenPostion(); in IsTapOnInputMethod()89 int32_t rightBottomY = inputRect.GetRightBottomYScreenPostion(); in IsTapOnInputMethod()