/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | LoggerUtils.java | 75 str += getFieldName(action.touch, Action.Touch.class); in getActionStr() 76 if (action.touch == Action.Touch.SWIPE || action.touch == Action.Touch.FLING) { in getActionStr() 85 if (action.touch == Action.Touch.SWIPE || action.touch == Action.Touch.FLING || in getActionStr() 243 public static Action newTouchAction(int touch) { in newTouchAction() argument 245 a.touch = touch; in newTouchAction()
|
/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.SwipeDetector;
|
/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.SwipeDetector;
|
D | PortraitStatesTouchController.java | 45 import com.android.launcher3.touch.AbstractStateChangeTouchController; 46 import com.android.launcher3.touch.SwipeDetector;
|
D | StatusBarTouchController.java | 30 import com.android.launcher3.touch.TouchEventTranslator;
|
/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/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationItemView.java | 31 import com.android.launcher3.touch.SwipeDetector; 36 import static com.android.launcher3.touch.SwipeDetector.HORIZONTAL;
|
D | NotificationMainView.java | 41 import com.android.launcher3.touch.OverScroll; 42 import com.android.launcher3.touch.SwipeDetector;
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | QuickSwitchTouchController.java | 44 import com.android.launcher3.touch.AbstractStateChangeTouchController; 45 import com.android.launcher3.touch.SwipeDetector;
|
D | NavBarToHomeTouchController.java | 25 import static com.android.launcher3.touch.AbstractStateChangeTouchController.SUCCESS_TRANSITION_PRO… 46 import com.android.launcher3.touch.SwipeDetector;
|
D | TransposedQuickSwitchTouchController.java | 20 import com.android.launcher3.touch.SwipeDetector;
|
/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 | 174 optional Touch touch = 2; field 189 // 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 | 55 import com.android.launcher3.touch.ItemClickHandler; 56 import com.android.launcher3.touch.ItemLongClickListener;
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | OverScroll.java | 16 package com.android.launcher3.touch;
|
D | ItemLongClickListener.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;
|
D | TouchPointView.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;
|
D | TouchPointView.java | 17 package com.google.android.car.kitchensink.touch;
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
D | UserEventDispatcherExtension.java | 65 action.touch = LauncherLogProto.Action.Touch.TAP; in logActionTip()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | WorkspaceLayoutManager.java | 24 import com.android.launcher3.touch.ItemLongClickListener;
|