Searched refs:mLastDeviceInteractive (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockIcon.java48 private boolean mLastDeviceInteractive; field in class:LockIcon
137 if (state != mLastState || mDeviceInteractive != mLastDeviceInteractive
140 getAnimationResForTransition(mLastState, state, mLastDeviceInteractive,
203 mLastDeviceInteractive = mDeviceInteractive;

Completed in 191 milliseconds