Home
last modified time | relevance | path

Searched refs:indeterminate (Results 1 – 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_request.h795 void SetProgressBar(int32_t progress, int32_t progressMax, bool indeterminate);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_request.cpp511 void NotificationRequest::SetProgressBar(int32_t progress, int32_t progressMax, bool indeterminate) in SetProgressBar() argument
515 progressIndeterminate_ = indeterminate; in SetProgressBar()