Searched defs:touch (Results 1 – 9 of 9) sorted by relevance
41 public void onProvideShadowMetrics(Point size, Point touch) { in onProvideShadowMetrics()
36 fun touch(cvh: ControlViewHolder, isLocked: Boolean) { regex
52 fun touch(cvh: ControlViewHolder, templateId: String, control: Control) regex
99 var touch = false regex
360 public int touch; field in DisplayDeviceInfo608 private static String touchToString(int touch) { in touchToString()
379 private void touch(String... names) throws IOException { in touch() method in FileRotatorTest
232 fun touch( regex
704 private void touch(String name, long age) throws Exception { in touch() method in FileUtilsTest
145 FileOutputStream touch = new FileOutputStream(empty); in onFullBackup() local