Loading quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java +0 −2 Original line number Original line Diff line number Diff line Loading @@ -540,8 +540,6 @@ public class TouchInteractionService extends Service implements PluginListener<O boolean canStartSystemGesture = mDeviceState.canStartSystemGesture(); boolean canStartSystemGesture = mDeviceState.canStartSystemGesture(); if (!mDeviceState.isUserUnlocked()) { if (!mDeviceState.isUserUnlocked()) { Log.d(TAG, "User locked. Can start system gesture? " + canStartSystemGesture + " sysUiFlags: " + mDeviceState.getSystemUiStateFlags()); if (canStartSystemGesture) { if (canStartSystemGesture) { // This handles apps launched in direct boot mode (e.g. dialer) as well as apps // This handles apps launched in direct boot mode (e.g. dialer) as well as apps // launched while device is locked even after exiting direct boot mode (e.g. camera). // launched while device is locked even after exiting direct boot mode (e.g. camera). Loading quickstep/src/com/android/quickstep/RecentsAnimationDeviceState.java +0 −3 Original line number Original line Diff line number Diff line Loading @@ -73,8 +73,6 @@ public class RecentsAnimationDeviceState implements NavigationModeChangeListener, NavigationModeChangeListener, DefaultDisplay.DisplayInfoChangeListener { DefaultDisplay.DisplayInfoChangeListener { private static final String TAG = "RecentsAnimationDeviceState"; private final Context mContext; private final Context mContext; private final SysUINavigationMode mSysUiNavMode; private final SysUINavigationMode mSysUiNavMode; private final DefaultDisplay mDefaultDisplay; private final DefaultDisplay mDefaultDisplay; Loading @@ -97,7 +95,6 @@ public class RecentsAnimationDeviceState implements @Override @Override public void onReceive(Context context, Intent intent) { public void onReceive(Context context, Intent intent) { if (ACTION_USER_UNLOCKED.equals(intent.getAction())) { if (ACTION_USER_UNLOCKED.equals(intent.getAction())) { Log.d(TAG, "User Unlocked Broadcast Received"); mIsUserUnlocked = true; mIsUserUnlocked = true; notifyUserUnlocked(); notifyUserUnlocked(); } } Loading Loading
quickstep/recents_ui_overrides/src/com/android/quickstep/TouchInteractionService.java +0 −2 Original line number Original line Diff line number Diff line Loading @@ -540,8 +540,6 @@ public class TouchInteractionService extends Service implements PluginListener<O boolean canStartSystemGesture = mDeviceState.canStartSystemGesture(); boolean canStartSystemGesture = mDeviceState.canStartSystemGesture(); if (!mDeviceState.isUserUnlocked()) { if (!mDeviceState.isUserUnlocked()) { Log.d(TAG, "User locked. Can start system gesture? " + canStartSystemGesture + " sysUiFlags: " + mDeviceState.getSystemUiStateFlags()); if (canStartSystemGesture) { if (canStartSystemGesture) { // This handles apps launched in direct boot mode (e.g. dialer) as well as apps // This handles apps launched in direct boot mode (e.g. dialer) as well as apps // launched while device is locked even after exiting direct boot mode (e.g. camera). // launched while device is locked even after exiting direct boot mode (e.g. camera). Loading
quickstep/src/com/android/quickstep/RecentsAnimationDeviceState.java +0 −3 Original line number Original line Diff line number Diff line Loading @@ -73,8 +73,6 @@ public class RecentsAnimationDeviceState implements NavigationModeChangeListener, NavigationModeChangeListener, DefaultDisplay.DisplayInfoChangeListener { DefaultDisplay.DisplayInfoChangeListener { private static final String TAG = "RecentsAnimationDeviceState"; private final Context mContext; private final Context mContext; private final SysUINavigationMode mSysUiNavMode; private final SysUINavigationMode mSysUiNavMode; private final DefaultDisplay mDefaultDisplay; private final DefaultDisplay mDefaultDisplay; Loading @@ -97,7 +95,6 @@ public class RecentsAnimationDeviceState implements @Override @Override public void onReceive(Context context, Intent intent) { public void onReceive(Context context, Intent intent) { if (ACTION_USER_UNLOCKED.equals(intent.getAction())) { if (ACTION_USER_UNLOCKED.equals(intent.getAction())) { Log.d(TAG, "User Unlocked Broadcast Received"); mIsUserUnlocked = true; mIsUserUnlocked = true; notifyUserUnlocked(); notifyUserUnlocked(); } } Loading