Home
last modified time | relevance | path

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

/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp107 static const char PROGRESS_PROP_NAME[] = "service.bootanim.progress"; variable
1619 int currentProgress = android::base::GetIntProperty(PROGRESS_PROP_NAME, 0); in playAnimation()
1695 int newProgress = android::base::GetIntProperty(PROGRESS_PROP_NAME, 0); in playAnimation()
1748 android::base::SetProperty(PROGRESS_PROP_NAME, "100"); in playAnimation()