/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/ |
D | FileUtilsTest.java | 103 private void touch(String name, long age) throws Exception { in touch() method in FileUtilsTest 134 touch("file1", HOUR_IN_MILLIS); in testDeleteOlderTypical() 135 touch("file2", 1 * DAY_IN_MILLIS + HOUR_IN_MILLIS); in testDeleteOlderTypical() 136 touch("file3", 2 * DAY_IN_MILLIS + HOUR_IN_MILLIS); in testDeleteOlderTypical() 137 touch("file4", 3 * DAY_IN_MILLIS + HOUR_IN_MILLIS); in testDeleteOlderTypical() 138 touch("file5", 4 * DAY_IN_MILLIS + HOUR_IN_MILLIS); in testDeleteOlderTypical() 145 touch("file1", -HOUR_IN_MILLIS); in testDeleteOlderInFuture() 146 touch("file2", HOUR_IN_MILLIS); in testDeleteOlderInFuture() 147 touch("file3", WEEK_IN_MILLIS); in testDeleteOlderInFuture() 151 touch("file1", -HOUR_IN_MILLIS); in testDeleteOlderInFuture() [all …]
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | IdleServiceTest.java | 74 final File a = touch(buildPath(dir, DIRECTORY_PICTURES, ".thumbnails", "1234567.jpg")); in testPruneThumbnails() 75 final File b = touch(buildPath(dir, DIRECTORY_MOVIES, ".thumbnails", "7654321.jpg")); in testPruneThumbnails() 76 final File c = touch(buildPath(dir, DIRECTORY_PICTURES, ".thumbnails", id + ".jpg")); in testPruneThumbnails() 77 final File d = touch(buildPath(dir, DIRECTORY_PICTURES, ".thumbnails", "random.bin")); in testPruneThumbnails() 91 touch(uuidFile); in testPruneThumbnails() 117 public static File touch(File file) throws IOException { in touch() method in IdleServiceTest
|
/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 | 20 import static com.android.launcher3.touch.SingleAxisSwipeDetector.DIRECTION_BOTH; 21 import static com.android.launcher3.touch.SingleAxisSwipeDetector.DIRECTION_NEGATIVE; 22 import static com.android.launcher3.touch.SingleAxisSwipeDetector.DIRECTION_POSITIVE; 36 import com.android.launcher3.touch.BaseSwipeDetector; 37 import com.android.launcher3.touch.PagedOrientationHandler; 38 import com.android.launcher3.touch.SingleAxisSwipeDetector;
|
D | NoButtonQuickSwitchTouchController.java | 40 import static com.android.launcher3.touch.BothAxesSwipeDetector.DIRECTION_RIGHT; 41 import static com.android.launcher3.touch.BothAxesSwipeDetector.DIRECTION_UP; 70 import com.android.launcher3.touch.BaseSwipeDetector; 71 import com.android.launcher3.touch.BothAxesSwipeDetector;
|
D | QuickSwitchTouchController.java | 42 import com.android.launcher3.touch.AbstractStateChangeTouchController; 43 import com.android.launcher3.touch.SingleAxisSwipeDetector;
|
D | NavBarToHomeTouchController.java | 27 import static com.android.launcher3.touch.AbstractStateChangeTouchController.SUCCESS_TRANSITION_PRO… 51 import com.android.launcher3.touch.SingleAxisSwipeDetector;
|
/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | LoggerUtils.java | 156 public static Action newTouchAction(int touch) { in newTouchAction() argument 158 a.touch = touch; in newTouchAction()
|
/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/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 | 49 import com.android.launcher3.touch.AbstractStateChangeTouchController; 50 import com.android.launcher3.touch.SingleAxisSwipeDetector;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PagedView.java | 22 import static com.android.launcher3.touch.OverScroll.OVERSCROLL_DAMP_FACTOR; 23 import static com.android.launcher3.touch.PagedOrientationHandler.CANVAS_TRANSLATE; 24 import static com.android.launcher3.touch.PagedOrientationHandler.VIEW_SCROLL_BY; 25 import static com.android.launcher3.touch.PagedOrientationHandler.VIEW_SCROLL_TO; 58 import com.android.launcher3.touch.OverScroll; 59 import com.android.launcher3.touch.PagedOrientationHandler; 60 import com.android.launcher3.touch.PagedOrientationHandler.ChildBounds;
|
/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/views/ |
D | AbstractSlideInView.java | 37 import com.android.launcher3.touch.BaseSwipeDetector; 38 import com.android.launcher3.touch.SingleAxisSwipeDetector;
|
/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/src/com/android/launcher3/touch/ |
D | PortraitPagedViewHandler.java | 17 package com.android.launcher3.touch; 21 import static com.android.launcher3.touch.SingleAxisSwipeDetector.VERTICAL;
|
D | LandscapePagedViewHandler.java | 17 package com.android.launcher3.touch; 22 import static com.android.launcher3.touch.SingleAxisSwipeDetector.HORIZONTAL;
|
D | OverScroll.java | 16 package com.android.launcher3.touch;
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/util/ |
D | TaskViewSimulator.java | 19 import static com.android.launcher3.touch.PagedOrientationHandler.MATRIX_POST_TRANSLATE; 37 import com.android.launcher3.touch.PagedOrientationHandler;
|
/packages/apps/Launcher3/protos/ |
D | launcher_log.proto | 218 optional Touch touch = 2; field 233 // List of targets that touch actions can be operated on.
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/ |
D | PredictedAppIcon.java | 47 import com.android.launcher3.touch.ItemClickHandler; 48 import com.android.launcher3.touch.ItemLongClickListener;
|
/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;
|