Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java2278 createInteractionJankMonitorConf("RunRemoteAnimation")); in handleStartKeyguardExitAnimation()
2294 createInteractionJankMonitorConf("DismissPanel")); in handleStartKeyguardExitAnimation()
2301 createInteractionJankMonitorConf("RemoteAnimationDisabled")); in handleStartKeyguardExitAnimation()
2381 private Configuration.Builder createInteractionJankMonitorConf(String tag) { in createInteractionJankMonitorConf() method in KeyguardViewMediator