Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DWakefulnessLifecycle.java82 private Point mLastSleepOriginLocation = null; field in WakefulnessLifecycle
155 mLastSleepOriginLocation.x, mLastSleepOriginLocation.y, new Bundle()); in dispatchStartedGoingToSleep()
197 mLastSleepOriginLocation = null; in updateLastSleepOriginLocation()
201 mLastSleepOriginLocation = getPowerButtonOrigin(); in updateLastSleepOriginLocation()
204 mLastSleepOriginLocation = getDefaultWakeSleepOrigin(); in updateLastSleepOriginLocation()