Home
last modified time | relevance | path

Searched refs:OnDrag (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanelListNotify.cpp683 OnDrag((LPNMLISTVIEW)header, false); in OnNotifyList()
689 OnDrag((LPNMLISTVIEW)header, true); in OnNotifyList()
H A DPanel.h403 void OnDrag(LPNMLISTVIEW nmListView, bool isRightButton = false);
H A DPanelDrag.cpp1500 void CPanel::OnDrag(LPNMLISTVIEW /* nmListView */, bool isRightButton) in OnDrag() function in CPanel