/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | LoggerUtils.java | 76 str += getFieldName(action.touch, Action.Touch.class); in getActionStr() 77 if (action.touch == Action.Touch.SWIPE || action.touch == Action.Touch.FLING) { in getActionStr() 86 if (action.touch == Action.Touch.SWIPE || action.touch == Action.Touch.FLING || in getActionStr() 244 public static Action newTouchAction(int touch) { in newTouchAction() argument 246 a.touch = touch; in newTouchAction()
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/touch/ |
D | SingleAxisSwipeDetectorTest.java | 16 package com.android.launcher3.touch; 18 import static com.android.launcher3.touch.SingleAxisSwipeDetector.DIRECTION_BOTH; 19 import static com.android.launcher3.touch.SingleAxisSwipeDetector.DIRECTION_NEGATIVE; 20 import static com.android.launcher3.touch.SingleAxisSwipeDetector.DIRECTION_POSITIVE; 21 import static com.android.launcher3.touch.SingleAxisSwipeDetector.HORIZONTAL; 22 import static com.android.launcher3.touch.SingleAxisSwipeDetector.VERTICAL;
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | TaskViewTouchController.java | 22 import static com.android.launcher3.touch.SingleAxisSwipeDetector.DIRECTION_BOTH; 23 import static com.android.launcher3.touch.SingleAxisSwipeDetector.DIRECTION_NEGATIVE; 24 import static com.android.launcher3.touch.SingleAxisSwipeDetector.DIRECTION_POSITIVE; 38 import com.android.launcher3.touch.BaseSwipeDetector; 39 import com.android.launcher3.touch.SingleAxisSwipeDetector;
|
D | NoButtonQuickSwitchTouchController.java | 36 import static com.android.launcher3.touch.BothAxesSwipeDetector.DIRECTION_RIGHT; 37 import static com.android.launcher3.touch.BothAxesSwipeDetector.DIRECTION_UP; 67 import com.android.launcher3.touch.BaseSwipeDetector; 68 import com.android.launcher3.touch.BothAxesSwipeDetector;
|
D | QuickSwitchTouchController.java | 45 import com.android.launcher3.touch.AbstractStateChangeTouchController; 46 import com.android.launcher3.touch.SingleAxisSwipeDetector;
|
D | NavBarToHomeTouchController.java | 25 import static com.android.launcher3.touch.AbstractStateChangeTouchController.SUCCESS_TRANSITION_PRO… 48 import com.android.launcher3.touch.SingleAxisSwipeDetector;
|
D | TransposedQuickSwitchTouchController.java | 20 import com.android.launcher3.touch.SingleAxisSwipeDetector;
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/ |
D | OverviewWithoutFocusInputConsumer.java | 137 int touch = Touch.FLING; in finishTouchTracking() local 144 touch = Touch.SWIPE; in finishTouchTracking() 157 touch, Direction.UP, containerType, pageIndex); in finishTouchTracking()
|
/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationMainView.java | 41 import com.android.launcher3.touch.BaseSwipeDetector; 42 import com.android.launcher3.touch.OverScroll; 43 import com.android.launcher3.touch.SingleAxisSwipeDetector;
|
D | NotificationItemView.java | 19 import static com.android.launcher3.touch.SingleAxisSwipeDetector.HORIZONTAL; 33 import com.android.launcher3.touch.SingleAxisSwipeDetector;
|
/packages/apps/Camera2/src_pd/com/android/camera/stats/ |
D | UsageStatistics.java | 77 TouchCoordinate touch, Boolean volumeButtonShutter, in photoCaptureDoneEvent() argument 92 public void tapToFocus(TouchCoordinate touch, Float duration) { in tapToFocus() argument
|
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/ |
D | AllAppsSwipeController.java | 12 import com.android.launcher3.touch.AbstractStateChangeTouchController; 13 import com.android.launcher3.touch.SingleAxisSwipeDetector;
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | LandscapeEdgeSwipeController.java | 13 import com.android.launcher3.touch.AbstractStateChangeTouchController; 14 import com.android.launcher3.touch.SingleAxisSwipeDetector;
|
D | PortraitStatesTouchController.java | 45 import com.android.launcher3.touch.AbstractStateChangeTouchController; 46 import com.android.launcher3.touch.SingleAxisSwipeDetector;
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | AbstractSlideInView.java | 35 import com.android.launcher3.touch.BaseSwipeDetector; 36 import com.android.launcher3.touch.SingleAxisSwipeDetector;
|
/packages/apps/Dialer/java/com/android/dialer/app/list/ |
D | PhoneFavoriteTileView.java | 217 public void onProvideShadowMetrics(Point size, Point touch) { 220 touch.set(0, 0);
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestEvents.java | 59 TestEvents.builder().touch().build(); 187 public Builder touch() { in touch() method in TestEvents.Builder
|
/packages/apps/Launcher3/protos/ |
D | launcher_log.proto | 176 optional Touch touch = 2; field 191 // List of targets that touch actions can be operated on.
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsGridAdapter.java | 36 import com.android.launcher3.touch.ItemClickHandler; 37 import com.android.launcher3.touch.ItemLongClickListener;
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/ |
D | PredictionRowView.java | 59 import com.android.launcher3.touch.ItemClickHandler; 60 import com.android.launcher3.touch.ItemLongClickListener;
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | OverScroll.java | 16 package com.android.launcher3.touch;
|
/packages/apps/Messaging/ |
D | ForceProguard.mk | 32 $(shell touch $(LOCAL_PATH)/proguard.flags)
|
/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/touch/ |
D | TouchTestFragment.java | 17 package com.google.android.car.multidisplaytest.touch;
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/touch/ |
D | TouchTestFragment.java | 17 package com.google.android.car.kitchensink.touch;
|
/packages/apps/Car/libs/car-ui-lib/tests/apitest/ |
D | Android.mk | 29 $(hide) mkdir -p $(dir $@) && touch $@
|