Home
last modified time | relevance | path

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

/dports/x11/wf-shell/wf-shell-0.7.0/src/panel/widgets/
H A Dlaunchers.hpp23 class LauncherAnimation : class
28 LauncherAnimation(wf::option_sptr_t<int> length, int start, int end) : in LauncherAnimation() function in LauncherAnimation
45 LauncherAnimation current_size{wf::create_option(1000), 0, 0};
H A Dlaunchers.cpp195 current_size = LauncherAnimation{wf::create_option(duration), in on_enter()
206 current_size = LauncherAnimation{wf::create_option(duration), in on_leave()
/dports/deskutils/latte-dock/latte-dock-0.10.6/plasmoid/package/contents/ui/task/
H A DTaskIcon.qml436 TaskAnimations.LauncherAnimation { id:launcherAnimation }