Searched refs:touch (Results 1 - 25 of 41) sorted by relevance

12

/packages/apps/Launcher3/src/com/android/launcher3/touch/
H A DOverScroll.java16 package com.android.launcher3.touch;
H A DItemLongClickListener.java16 package com.android.launcher3.touch;
H A DWorkspaceTouchListener.java16 package com.android.launcher3.touch;
44 * Helper class to handle touch on empty space in workspace and show options popup on long press
98 // Return true to keep receiving touch events
103 // Inform the workspace to cancel touch handling
113 // We have handled the touch, so workspace does not need to know anything anymore.
123 // We don't want to handle touch, let workspace handle it as usual.
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/touch/
H A DTouchTestFragment.java17 package com.google.android.car.kitchensink.touch;
H A DTouchPointView.java17 package com.google.android.car.kitchensink.touch;
/packages/apps/Camera2/src_pd/com/android/camera/stats/
H A DUsageStatistics.java77 TouchCoordinate touch, Boolean volumeButtonShutter,
92 public void tapToFocus(TouchCoordinate touch, Float duration) { argument
73 photoCaptureDoneEvent(int mode, String fileRef, ExifInterface exifRef, boolean front, boolean isHDR, float zoom, String flashSetting, boolean gridLinesOn, Float timerSeconds, Float processingTime, TouchCoordinate touch, Boolean volumeButtonShutter, List<Camera2FaceProxy> faces, Float lensDistance, Rect activeSensorSize ) argument
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DLandscapeEdgeSwipeController.java13 import com.android.launcher3.touch.AbstractStateChangeTouchController;
14 import com.android.launcher3.touch.SwipeDetector;
H A DPortraitStatesTouchController.java38 import com.android.launcher3.touch.AbstractStateChangeTouchController;
39 import com.android.launcher3.touch.SwipeDetector;
56 // If true, we will finish the current animation instantly on second touch.
H A DTaskViewTouchController.java32 import com.android.launcher3.touch.SwipeDetector;
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
H A DAllAppsSwipeController.java12 import com.android.launcher3.touch.AbstractStateChangeTouchController;
13 import com.android.launcher3.touch.SwipeDetector;
/packages/apps/Launcher3/src/com/android/launcher3/logging/
H A DLoggerUtils.java74 str += getFieldName(action.touch, Action.Touch.class);
75 if (action.touch == Action.Touch.SWIPE || action.touch == Action.Touch.FLING) {
226 public static Action newTouchAction(int touch) { argument
228 a.touch = touch;
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
H A DBandSelectionHelperTest.java118 mStartBuilder.touch().releaseButton(MotionEvent.BUTTON_PRIMARY).build()));
208 assertFalse(mBandController.shouldStop(mStopBuilder.touch().build()));
215 mStopBuilder.action(MotionEvent.ACTION_MOVE).touch().build()));
222 mStopBuilder.action(MotionEvent.ACTION_DOWN).touch().build()));
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
H A DUserEventDispatcherExtension.java63 action.touch = LauncherLogProto.Action.Touch.TAP;
/packages/apps/Launcher3/tests/src/com/android/launcher3/touch/
H A DSwipeDetectorTest.java16 package com.android.launcher3.touch;
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestEvents.java55 * Common touch event types...for your convenience.
59 TestEvents.builder().touch().build();
187 public Builder touch() { method in class:TestEvents.Builder
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/testing/
H A DTestEvents.java55 * Common touch event types...for your convenience.
59 TestEvents.builder().touch().build();
187 public Builder touch() { method in class:TestEvents.Builder
/packages/apps/Launcher3/protos/
H A Dlauncher_log.proto164 optional Touch touch = 2;
179 // List of targets that touch actions can be operated on.
/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationItemView.java31 import com.android.launcher3.touch.SwipeDetector;
36 import static com.android.launcher3.touch.SwipeDetector.HORIZONTAL;
H A DNotificationMainView.java41 import com.android.launcher3.touch.OverScroll;
42 import com.android.launcher3.touch.SwipeDetector;
/packages/apps/Messaging/
H A DForceProguard.mk32 $(shell touch $(LOCAL_PATH)/proguard.flags)
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DDeepShortcutView.java33 import com.android.launcher3.touch.ItemClickHandler;
/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DAbstractSlideInView.java36 import com.android.launcher3.touch.SwipeDetector;
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DBaseWidgetSheet.java35 import com.android.launcher3.touch.ItemLongClickListener;
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsGridAdapter.java41 import com.android.launcher3.touch.ItemClickHandler;
42 import com.android.launcher3.touch.ItemLongClickListener;
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
H A DDragStartListenerTest.java128 assertThrows(mEvent.touch().build());

Completed in 362 milliseconds

12