Home
last modified time | relevance | path

Searched refs:stopLastRipple (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/dialogs/
H A Ddialogs_row.h52 void stopLastRipple();
H A Ddialogs_row.cpp114 void BasicRow::stopLastRipple() { in stopLastRipple() function in Dialogs::BasicRow
H A Ddialogs_inner_widget.cpp1331 _collapsedRows[_collapsedPressed]->row.stopLastRipple(); in setCollapsedPressed()
1340 _pressed->stopLastRipple(); in setPressed()
1348 _hashtagResults[_hashtagPressed]->row.stopLastRipple(); in setHashtagPressed()
1355 _filterResults[_filteredPressed]->stopLastRipple(); in setFilteredPressed()
1362 _peerSearchResults[_peerSearchPressed]->row.stopLastRipple(); in setPeerSearchPressed()
1369 _searchResults[_searchedPressed]->stopLastRipple(); in setSearchedPressed()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/themes/
H A Dwindow_theme_editor_block.h120 void stopLastRipple(int index);
H A Dwindow_theme_editor_block.cpp733 stopLastRipple(_pressed); in setPressed()
756 void EditorBlock::stopLastRipple(int index) { in stopLastRipple() function in Window::Theme::EditorBlock
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/boxes/
H A Dpeer_list_box.cpp662 void PeerListRow::stopLastRipple() { in stopLastRipple() function in PeerListRow
1455 row->stopLastRipple(); in setPressed()
H A Dpeer_list_box.h207 void stopLastRipple();