Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display_listener.h64 const std::string EVENT_FOLD_ANGLE_CHANGED = "foldAngleChange"; variable
H A Djs_display_listener.cpp265 if (jsCallBack_.find(EVENT_FOLD_ANGLE_CHANGED) == jsCallBack_.end()) { in OnFoldAngleChanged()
273 CallJsMethod(EVENT_FOLD_ANGLE_CHANGED, argv, ArraySize(argv)); in OnFoldAngleChanged()
H A Djs_display_manager.cpp443 } else if (type == EVENT_FOLD_ANGLE_CHANGED) { in RegisterDisplayListenerWithType()
503 } else if (type == EVENT_FOLD_ANGLE_CHANGED) { in UnregisterAllDisplayListenerWithType()
546 } else if (type == EVENT_FOLD_ANGLE_CHANGED) { in UnRegisterDisplayListenerWithType()