Home
last modified time | relevance | path

Searched refs:ON_APP_TRANSITION (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/test/unittest/
H A Drs_window_animation_stub_test.cpp216 RSIWindowAnimationController::ON_APP_TRANSITION, data, reply, option);
235 RSIWindowAnimationController::ON_APP_TRANSITION, data1, reply, option);
242 RSIWindowAnimationController::ON_APP_TRANSITION, data2, reply, option);
250 RSIWindowAnimationController::ON_APP_TRANSITION, data3, reply, option);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/include/
H A Drs_iwindow_animation_controller.h40 ON_APP_TRANSITION, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/animation/window_animation/src/
H A Drs_window_animation_stub.cpp40 case RSIWindowAnimationController::ON_APP_TRANSITION: in OnRemoteRequest()
H A Drs_window_animation_proxy.cpp127 …auto ret = remote->SendRequest(RSIWindowAnimationController::ON_APP_TRANSITION, data, reply, optio… in OnAppTransition()