Searched refs:SetNormal (Results 1 – 6 of 6) sorted by relevance
32 void SetNormal() { m_dwState &= 0xFFF0; } in SetNormal() function34 SetNormal(); in SetPressed()38 SetNormal(); in SetHover()
40 virtual FWL_ERR SetNormal(IFWL_Widget* pWidget) = 0;
31 virtual FWL_ERR SetNormal(IFWL_Widget* pWidget);
40 FWL_ERR CFWL_SDAdapterWidgetMgr::SetNormal(IFWL_Widget* pWidget) { in SetNormal() function in CFWL_SDAdapterWidgetMgr
1122 pPressedBtn->SetNormal(); in OnLButtonUp()1177 pPressedBtn->SetNormal(); in OnMouseMove()1350 pOldHover->SetNormal(); in OnMouseMove()1380 pOldHover->SetNormal(); in OnMouseMove()1403 pHover->SetNormal(); in OnMouseLeave()
432 return m_pAdapter->SetNormal(pWidget); in SetNormal_Native()