Home
last modified time | relevance | path

Searched refs:PickerBackgroundColor (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.h38 static void PickerBackgroundColor(const JSCallbackInfo& info);
104 static void PickerBackgroundColor(const JSCallbackInfo& info);
H A Djs_textpicker.h95 static void PickerBackgroundColor(const JSCallbackInfo& info);
H A Djs_datepicker.cpp301 JSClass<JSDatePicker>::StaticMethod("backgroundColor", &JSDatePicker::PickerBackgroundColor); in JSBind()
552 void JSDatePicker::PickerBackgroundColor(const JSCallbackInfo& info) in PickerBackgroundColor() function in OHOS::OHOS::Ace::Framework::JSDatePicker
1357 JSClass<JSTimePicker>::StaticMethod("backgroundColor", &JSTimePicker::PickerBackgroundColor); in JSBind()
1452 void JSTimePicker::PickerBackgroundColor(const JSCallbackInfo& info) in PickerBackgroundColor() function in OHOS::OHOS::Ace::Framework::JSTimePicker
H A Djs_textpicker.cpp214 JSClass<JSTextPicker>::StaticMethod("backgroundColor", &JSTextPicker::PickerBackgroundColor); in JSBind()
227 void JSTextPicker::PickerBackgroundColor(const JSCallbackInfo& info) in PickerBackgroundColor() function in OHOS::OHOS::Ace::Framework::JSTextPicker

Completed in 11 milliseconds