Home
last modified time | relevance | path

Searched refs:pickerWidth_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_time_picker.cpp32 pickerWidth_(0),
84 pickerWidth_ = GetWidth() / SEC_VISIBLE_COUNT; in InitTimePicker()
86 xPos_ = pickerWidth_; in InitTimePicker()
94 pickerWidth_ = GetWidth() / SEC_INVISIBLE_COUNT; in InitTimePicker()
96 xPos_ = pickerWidth_; in InitTimePicker()
129 picker->SetPosition(xPos_, 0, pickerWidth_, GetHeight()); in InitPicker()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_time_picker.h344 uint16_t pickerWidth_; member in OHOS::UITimePicker

Completed in 1 milliseconds