Searched refs:GetVisibleContentRect (Results 1 – 9 of 9) sorted by relevance
139 RectF GetVisibleContentRect(WeakPtr<FrameNode> parent, RectF visibleRect);
304 RectF SelectOverlayClient::GetVisibleContentRect(WeakPtr<FrameNode> parent, RectF visibleRect) in GetVisibleContentRect() function in OHOS::Ace::NG::SelectOverlayClient323 return GetVisibleContentRect(parentNode, intersectRect); in GetVisibleContentRect()
209 auto visibleRect = GetVisibleContentRect(); in CheckHandleVisible()327 auto globalContentRect = GetVisibleContentRect(); in GetSelectArea()
153 virtual RectF GetVisibleContentRect();
313 RectF BaseTextSelectOverlay::GetVisibleContentRect() in GetVisibleContentRect() function in OHOS::Ace::NG::BaseTextSelectOverlay
1570 HWTEST_F(SelectOverlayManagerTestNg, GetVisibleContentRect, TestSize.Level1)1578 client.GetVisibleContentRect(root_, visibleRect);
95 visibleContentRect = GetVisibleContentRect(); in CheckHandleVisible()
9055 contentRect = GetVisibleContentRect(parent, contentRect); in OnBackPressed()9091 viewPort = GetVisibleContentRect(parent, viewPort); in OnBackPressed()
290 visibleContentRect = GetVisibleContentRect(parent, visibleContentRect); in CheckHandles()