Searched refs:AddHoverRegions (Results 1 – 4 of 4) sorted by relevance
123 void AddHoverRegions(const OffsetF& topLeftPoint, const OffsetF& bottomRightPoint);
951 AddHoverRegions(topLeftPoint, bottomRightPoint); in AddSelfHoverRegion()962 void MenuItemPattern::AddHoverRegions(const OffsetF& topLeftPoint, const OffsetF& bottomRightPoint) in AddHoverRegions() function in OHOS::Ace::NG::MenuItemPattern
73 parentPattern->AddHoverRegions(position + wrapperOffset, bottomRightPoint + wrapperOffset); in Layout()
329 menuItemPattern->AddHoverRegions(OffsetF(0, 0), OffsetF(100, 100));