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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockIcon.java97 public void setDeviceInteractive(boolean deviceInteractive) { argument
98 mDeviceInteractive = deviceInteractive;
250 private Drawable getIconForState(int state, boolean screenOn, boolean deviceInteractive) { argument
270 iconRes = screenOn && deviceInteractive
285 boolean oldDeviceInteractive, boolean deviceInteractive,
298 } else if (newState == STATE_FINGERPRINT && (!oldScreenOn && screenOn && deviceInteractive
299 || screenOn && !oldDeviceInteractive && deviceInteractive)) {
284 getAnimationResForTransition(int oldState, int newState, boolean oldDeviceInteractive, boolean deviceInteractive, boolean oldScreenOn, boolean screenOn) argument

Completed in 88 milliseconds