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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockIcon.java45 private boolean mLastDeviceInteractive; field in class:LockIcon
124 if (state != mLastState || mDeviceInteractive != mLastDeviceInteractive
127 int iconRes = getAnimationResForTransition(mLastState, state, mLastDeviceInteractive,
174 mLastDeviceInteractive = mDeviceInteractive;

Completed in 63 milliseconds