Loading quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/DelegateInputConsumer.java +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ public abstract class DelegateInputConsumer implements InputConsumer { protected void setActive(MotionEvent ev) { mState = STATE_ACTIVE; TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "pilferPointers"); mInputMonitor.pilferPointers(); // Send cancel event Loading quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/DeviceLockedInputConsumer.java +1 −1 Original line number Diff line number Diff line Loading @@ -204,7 +204,7 @@ public class DeviceLockedInputConsumer implements InputConsumer, private void startRecentsTransition() { mThresholdCrossed = true; TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "pilferPointers"); mInputMonitorCompat.pilferPointers(); Intent intent = new Intent(Intent.ACTION_MAIN) Loading quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/OtherActivityInputConsumer.java +1 −1 Original line number Diff line number Diff line Loading @@ -309,7 +309,7 @@ public class OtherActivityInputConsumer extends ContextWrapper implements InputC if (mInteractionHandler == null) { return; } TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "pilferPointers"); mInputMonitorCompat.pilferPointers(); mActivityInterface.closeOverlay(); Loading quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/OverviewInputConsumer.java +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ public class OverviewInputConsumer<T extends BaseDraggingActivity> ActiveGestureLog.INSTANCE.addLog("startQuickstep"); } if (mInputMonitor != null) { TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "pilferPointers"); mInputMonitor.pilferPointers(); } } Loading quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/OverviewWithoutFocusInputConsumer.java +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ public class OverviewWithoutFocusInputConsumer implements InputConsumer { private void onInterceptTouch() { if (mInputMonitor != null) { TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "pilferPointers"); mInputMonitor.pilferPointers(); } } Loading Loading
quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/DelegateInputConsumer.java +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ public abstract class DelegateInputConsumer implements InputConsumer { protected void setActive(MotionEvent ev) { mState = STATE_ACTIVE; TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "pilferPointers"); mInputMonitor.pilferPointers(); // Send cancel event Loading
quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/DeviceLockedInputConsumer.java +1 −1 Original line number Diff line number Diff line Loading @@ -204,7 +204,7 @@ public class DeviceLockedInputConsumer implements InputConsumer, private void startRecentsTransition() { mThresholdCrossed = true; TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "pilferPointers"); mInputMonitorCompat.pilferPointers(); Intent intent = new Intent(Intent.ACTION_MAIN) Loading
quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/OtherActivityInputConsumer.java +1 −1 Original line number Diff line number Diff line Loading @@ -309,7 +309,7 @@ public class OtherActivityInputConsumer extends ContextWrapper implements InputC if (mInteractionHandler == null) { return; } TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "pilferPointers"); mInputMonitorCompat.pilferPointers(); mActivityInterface.closeOverlay(); Loading
quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/OverviewInputConsumer.java +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ public class OverviewInputConsumer<T extends BaseDraggingActivity> ActiveGestureLog.INSTANCE.addLog("startQuickstep"); } if (mInputMonitor != null) { TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "pilferPointers"); mInputMonitor.pilferPointers(); } } Loading
quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/OverviewWithoutFocusInputConsumer.java +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ public class OverviewWithoutFocusInputConsumer implements InputConsumer { private void onInterceptTouch() { if (mInputMonitor != null) { TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); TestLogging.recordEvent(TestProtocol.SEQUENCE_MAIN, "pilferPointers"); mInputMonitor.pilferPointers(); } } Loading