Searched refs:deviceInteractive (Results 1 – 1 of 1) sorted by relevance
84 public void setDeviceInteractive(boolean deviceInteractive) { in setDeviceInteractive() argument85 mDeviceInteractive = deviceInteractive; in setDeviceInteractive()216 private int getIconForState(int state, boolean screenOn, boolean deviceInteractive) { in getIconForState() argument227 return screenOn && deviceInteractive in getIconForState()238 boolean oldDeviceInteractive, boolean deviceInteractive, in getAnimationResForTransition() argument251 } else if (newState == STATE_FINGERPRINT && (!oldScreenOn && screenOn && deviceInteractive in getAnimationResForTransition()252 || screenOn && !oldDeviceInteractive && deviceInteractive)) { in getAnimationResForTransition()