mirror of
https://github.com/openharmony/ace_engine_lite.git
synced 2026-07-18 18:34:29 -04:00
Description:修改代码格式
Sig:ace_engine_lite Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: lancer <haoshuo@huawei.com>
This commit is contained in:
@@ -241,14 +241,14 @@ class ListEventListener final : public ListScrollListener {
|
||||
public:
|
||||
ACE_DISALLOW_COPY_AND_MOVE(ListEventListener);
|
||||
ListEventListener()
|
||||
: bindScrollStartFunc_(UNDEFINED), bindScrollEndFunc_(UNDEFINED), bindScrollSelectedFunc_(UNDEFINED),
|
||||
bindScrollTopFunc_(UNDEFINED), bindScrollBottomFunc_(UNDEFINED)
|
||||
: bindScrollStartFunc_(UNDEFINED), bindScrollEndFunc_(UNDEFINED), bindScrollSelectedFunc_(UNDEFINED),
|
||||
bindScrollTopFunc_(UNDEFINED), bindScrollBottomFunc_(UNDEFINED)
|
||||
{
|
||||
}
|
||||
~ListEventListener()
|
||||
{
|
||||
ReleaseJerryValue(bindScrollStartFunc_, bindScrollEndFunc_, bindScrollSelectedFunc_, bindScrollTopFunc_,
|
||||
bindScrollBottomFunc_, VA_ARG_END_FLAG);
|
||||
ReleaseJerryValue(bindScrollStartFunc_, bindScrollEndFunc_, bindScrollSelectedFunc_, bindScrollTopFunc_,
|
||||
bindScrollBottomFunc_, VA_ARG_END_FLAG);
|
||||
}
|
||||
|
||||
void EventExcute(const int16_t index, jerry_value_t bindScrollFunc) const
|
||||
|
||||
Reference in New Issue
Block a user