Home
last modified time | relevance | path

Searched defs:shouldAnimateDozingChange (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScreenOffAnimationController.kt186 fun shouldAnimateDozingChange(): Boolean = regex
233 fun shouldAnimateDozingChange(): Boolean = true regex
H A DDozeParameters.java341 public boolean shouldAnimateDozingChange() { in shouldAnimateDozingChange() method in DozeParameters