Home
last modified time | relevance | path

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

/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp106 static const char PROGRESS_PROP_NAME[] = "service.bootanim.progress"; variable
1479 int currentProgress = android::base::GetIntProperty(PROGRESS_PROP_NAME, 0); in playAnimation()
1548 int newProgress = android::base::GetIntProperty(PROGRESS_PROP_NAME, 0); in playAnimation()
1591 android::base::SetProperty(PROGRESS_PROP_NAME, "100"); in playAnimation()