Home
last modified time | relevance | path

Searched refs:touch (Results 1 – 25 of 80) sorted by relevance

1234

/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
DFileUtilsTest.java131 private void touch(String name, long age) throws Exception { in touch() method in FileUtilsTest
173 touch("file1", HOUR_IN_MILLIS); in testDeleteOlderTypical()
174 touch("file2", 1 * DAY_IN_MILLIS + HOUR_IN_MILLIS); in testDeleteOlderTypical()
175 touch("file3", 2 * DAY_IN_MILLIS + HOUR_IN_MILLIS); in testDeleteOlderTypical()
176 touch("file4", 3 * DAY_IN_MILLIS + HOUR_IN_MILLIS); in testDeleteOlderTypical()
177 touch("file5", 4 * DAY_IN_MILLIS + HOUR_IN_MILLIS); in testDeleteOlderTypical()
184 touch("file1", -HOUR_IN_MILLIS); in testDeleteOlderInFuture()
185 touch("file2", HOUR_IN_MILLIS); in testDeleteOlderInFuture()
186 touch("file3", WEEK_IN_MILLIS); in testDeleteOlderInFuture()
190 touch("file1", -HOUR_IN_MILLIS); in testDeleteOlderInFuture()
[all …]
/packages/apps/Launcher3/tests/src/com/android/launcher3/touch/
DSingleAxisSwipeDetectorTest.java16 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/providers/MediaProvider/tests/src/com/android/providers/media/
DIdleServiceTest.java111 final File a = touch(buildPath(dir, DIRECTORY_PICTURES, ".thumbnails", "1234567.jpg")); in testPruneThumbnails()
112 final File b = touch(buildPath(dir, DIRECTORY_MOVIES, ".thumbnails", "7654321.jpg")); in testPruneThumbnails()
113 final File c = touch(buildPath(dir, DIRECTORY_PICTURES, ".thumbnails", id + ".jpg")); in testPruneThumbnails()
114 final File d = touch(buildPath(dir, DIRECTORY_PICTURES, ".thumbnails", "random.bin")); in testPruneThumbnails()
128 touch(uuidFile); in testPruneThumbnails()
224 public static File touch(File file) throws IOException { in touch() method in IdleServiceTest
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTaskViewTouchController.java20 import static com.android.launcher3.touch.SingleAxisSwipeDetector.DIRECTION_BOTH;
38 import com.android.launcher3.touch.BaseSwipeDetector;
39 import com.android.launcher3.touch.PagedOrientationHandler;
40 import com.android.launcher3.touch.SingleAxisSwipeDetector;
DNoButtonQuickSwitchTouchController.java41 import static com.android.launcher3.touch.BothAxesSwipeDetector.DIRECTION_RIGHT;
42 import static com.android.launcher3.touch.BothAxesSwipeDetector.DIRECTION_UP;
67 import com.android.launcher3.touch.BaseSwipeDetector;
68 import com.android.launcher3.touch.BothAxesSwipeDetector;
DTwoButtonNavbarTouchController.java34 import com.android.launcher3.touch.AbstractStateChangeTouchController;
35 import com.android.launcher3.touch.SingleAxisSwipeDetector;
DQuickSwitchTouchController.java45 import com.android.launcher3.touch.AbstractStateChangeTouchController;
46 import com.android.launcher3.touch.SingleAxisSwipeDetector;
DPortraitStatesTouchController.java37 import com.android.launcher3.touch.AbstractStateChangeTouchController;
38 import com.android.launcher3.touch.SingleAxisSwipeDetector;
DTransposedQuickSwitchTouchController.java20 import com.android.launcher3.touch.SingleAxisSwipeDetector;
/packages/modules/SdkExtensions/gen_sdk/
Dgen_sdk_test.sh39 rm -f extensions_db.textpb && touch extensions_db.textpb
59 rm -f extensions_db.textpb && touch extensions_db.textpb
/packages/apps/Camera2/src_pd/com/android/camera/stats/
DUsageStatistics.java77 TouchCoordinate touch, Boolean volumeButtonShutter, in photoCaptureDoneEvent() argument
92 public void tapToFocus(TouchCoordinate touch, Float duration) { in tapToFocus() argument
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DSeascapePagedViewHandler.java17 package com.android.launcher3.touch;
19 import static com.android.launcher3.touch.SingleAxisSwipeDetector.HORIZONTAL;
DLandscapePagedViewHandler.java17 package com.android.launcher3.touch;
23 import static com.android.launcher3.touch.SingleAxisSwipeDetector.HORIZONTAL;
DPortraitPagedViewHandler.java17 package com.android.launcher3.touch;
21 import static com.android.launcher3.touch.SingleAxisSwipeDetector.VERTICAL;
DOverScroll.java16 package com.android.launcher3.touch;
/packages/apps/Dialer/java/com/android/dialer/app/list/
DPhoneFavoriteTileView.java217 public void onProvideShadowMetrics(Point size, Point touch) {
220 touch.set(0, 0);
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEvents.java59 TestEvents.builder().touch().build();
187 public Builder touch() { in touch() method in TestEvents.Builder
/packages/apps/Launcher3/src/com/android/launcher3/views/
DAbstractSlideInView.java36 import com.android.launcher3.touch.BaseSwipeDetector;
37 import com.android.launcher3.touch.SingleAxisSwipeDetector;
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
DPredictionRowView.java46 import com.android.launcher3.touch.ItemClickHandler;
47 import com.android.launcher3.touch.ItemLongClickListener;
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java42 import com.android.launcher3.touch.ItemClickHandler;
43 import com.android.launcher3.touch.ItemLongClickListener;
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java22 import static com.android.launcher3.touch.OverScroll.OVERSCROLL_DAMP_FACTOR;
23 import static com.android.launcher3.touch.PagedOrientationHandler.VIEW_SCROLL_BY;
24 import static com.android.launcher3.touch.PagedOrientationHandler.VIEW_SCROLL_TO;
55 import com.android.launcher3.touch.PagedOrientationHandler;
56 import com.android.launcher3.touch.PagedOrientationHandler.ChildBounds;
/packages/apps/Messaging/
DForceProguard.mk32 $(shell touch $(LOCAL_PATH)/proguard.flags)
/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/touch/
DTouchTestFragment.java17 package com.google.android.car.multidisplaytest.touch;
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/touch/
DTouchTestFragment.java17 package com.google.android.car.kitchensink.touch;
/packages/apps/Car/libs/car-ui-lib/tests/apitest/
DAndroid.mk29 $(hide) mkdir -p $(dir $@) && touch $@

1234