Home
last modified time | relevance | path

Searched defs:touch (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera2/src_pd/com/android/camera/stats/
DUsageStatistics.java77 TouchCoordinate touch, Boolean volumeButtonShutter, in photoCaptureDoneEvent()
92 public void tapToFocus(TouchCoordinate touch, Float duration) { in tapToFocus()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEvents.java187 public Builder touch() { in touch() method in TestEvents.Builder
/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
DFileUtilsTest.java146 private void touch(String name, long age) throws Exception { in touch() method in FileUtilsTest
1141 private static File touch(File dir, String name) throws IOException { in touch() method in FileUtilsTest
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DIdleServiceTest.java307 public static File touch(File file) throws IOException { in touch() method in IdleServiceTest