Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java1947 return handleStartTransitionForKeyguardLw(transit, duration); in init()
1952 handleStartTransitionForKeyguardLw(transit, 0 /* duration */); in init()
3265 private int handleStartTransitionForKeyguardLw(int transit, long duration) { in handleStartTransitionForKeyguardLw() method in PhoneWindowManager