Home
last modified time | relevance | path

Searched refs:SEQUENCE_PILFER (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DDelegateInputConsumer.java64 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in setActive()
DSysUiOverlayInputConsumer.java78 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onSwipeUpTouchIntercepted()
DOverviewWithoutFocusInputConsumer.java75 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onSwipeUpTouchIntercepted()
DOverviewInputConsumer.java103 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onMotionEvent()
DProgressDelegateInputConsumer.java129 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in onDragStart()
DDeviceLockedInputConsumer.java245 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in startRecentsTransition()
DOtherActivityInputConsumer.java381 TestLogging.recordEvent(TestProtocol.SEQUENCE_PILFER, "pilferPointers"); in notifyGestureStarted()
/packages/apps/Launcher3/tests/multivalentTests/shared/com/android/launcher3/testing/shared/
DTestProtocol.java48 public static final String SEQUENCE_PILFER = "Pilfer"; field in TestProtocol
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBackground.java160 mLauncher.expectEvent(TestProtocol.SEQUENCE_PILFER, in sendDownPointerToEnterOverviewToLauncher()
DLauncherInstrumentation.java2042 expectEvent(TestProtocol.SEQUENCE_PILFER, EVENT_PILFER_POINTERS); in sendPointer()