Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DWakefulnessLifecycle.java90 private Point mLastSleepOriginLocation = null; field in WakefulnessLifecycle
174 mLastSleepOriginLocation.x, mLastSleepOriginLocation.y, new Bundle()); in dispatchStartedGoingToSleep()
216 mLastSleepOriginLocation = null; in updateLastSleepOriginLocation()
220 mLastSleepOriginLocation = getPowerButtonOrigin(); in updateLastSleepOriginLocation()
223 mLastSleepOriginLocation = getDefaultWakeSleepOrigin(); in updateLastSleepOriginLocation()