HomeSort by relevance Sort by last modified time
    Searched defs:touch (Results 1 - 25 of 562) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/964-default-iface-init-gen/src/
Displayer.java 21 public void touch() { method in class:Displayer
  /build/blueprint/gotestrunner/
gotestrunner.go 33 touch = flag.String("f", "", "Write a file on success")
104 if *touch != "" {
105 err = ioutil.WriteFile(*touch, []byte{}, 0666)
32 touch = flag.String("f", "", "Write a file on success") var
  /external/python/cpython3/Tools/hg/
hgtouch.py 121 def touch(ui, repo, basedir): function
122 "touch generated files that are older than their sources after an update."
126 "touch": (touch,
128 "hg touch [-b BASEDIR]")
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/touch/
TouchPresentation.java 17 package com.android.cts.verifier.projection.touch;
ProjectionTouchActivity.java 17 package com.android.cts.verifier.projection.touch;
TouchPointView.java 17 package com.android.cts.verifier.projection.touch;
31 * Simple view that draws a circle where a touch is registered
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
OverScroll.java 16 package com.android.systemui.qs.touch;
21 * Copied from packages/apps/Launcher3/src/com/android/launcher3/touch/OverScroll.java
  /packages/apps/Launcher3/src/com/android/launcher3/touch/
OverScroll.java 16 package com.android.launcher3.touch;
ItemLongClickListener.java 16 package com.android.launcher3.touch;
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/touch/
TouchTestFragment.java 17 package com.google.android.car.kitchensink.touch;
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/touch/
DragAndDropActivity.java 17 package com.example.android.supportv7.widget.touch;
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListGetSelectedViewTest.java 17 package android.widget.listview.touch;
30 * null in touch mode.
ListTouchTest.java 17 package android.widget.listview.touch;
28 * Touch tests for a list where all of the items fit on the screen.
62 assertEquals("Selection still available after touch", -1,
80 assertEquals("Selection still available after touch", -1,
ListOfTouchablesTest.java 17 package android.widget.listview.touch;
31 * Touch tests for a list where all of the items fit on the screen.
ListSetSelectionTest.java 17 package android.widget.listview.touch;
30 * Tests setting the selection in touch mode
61 assertEquals("Selection still available after touch", -1,
91 assertEquals("Selection still available after touch", -1,
129 assertEquals("Selection still available after touch", -1,
ListTouchBottomGravityTest.java 17 package android.widget.listview.touch;
28 * Touch tests for a list where all of the items fit on the screen, and the list
65 assertEquals("Selection still available after touch", -1,
84 assertEquals("Selection still available after touch", -1,
  /frameworks/native/services/vr/virtual_touchpad/
VirtualTouchpadService.cpp 69 binder::Status VirtualTouchpadService::touch(int touchpad, float x, float y, function in class:android::dvr::VirtualTouchpadService
74 if (const status_t error = touchpad_->Touch(touchpad, x, y, pressure)) {
  /external/clang/test/CodeGenCXX/
captured-statements.cpp 106 void touch(const T &) {} function
113 touch<T, id>(x);
124 touch<T, id>(v);
132 touch<U, id + id2>(u);
  /external/replicaisland/src/com/replica/replicaisland/
InputTouchScreen.java 88 InputXY touch = null; local
93 touch = pointer;
97 return touch;
  /external/stressapptest/src/
queue.h 45 uint32 touch; // Counter of the number of reads from this page. member in struct:page_entry
55 pe->touch = 0;
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchSetSelectionTest.java 17 package android.widget.gridview.touch;
29 * Tests setting the selection in touch mode
59 assertEquals("Selection still available after touch", -1,
GridTouchStackFromBottomManyTest.java 17 package android.widget.gridview.touch;
59 assertEquals("Selection still available after touch", -1,
75 assertEquals("Selection still available after touch", -1,
GridTouchStackFromBottomTest.java 17 package android.widget.gridview.touch;
57 assertEquals("Selection still available after touch", -1,
74 assertEquals("Selection still available after touch", -1,
91 assertEquals("Selection still available after touch", -1,
108 assertEquals("Selection still available after touch", -1,
  /frameworks/native/cmds/installd/tests/
installd_service_test.cpp 71 static void touch(const char* path, uid_t owner, gid_t group, mode_t mode) { function in namespace:android::installd
119 touch("com.example/cache/file", 10000, 10000, 0700);
137 touch("com.example/foo/file", 10000, 20000, 0700);
139 touch("com.example/bar/file", 10000, 20000, 0700);
161 touch("com.example/foo/file", 10000, 20000, 0700);
196 touch("com.example/foo/file", 10000, 20000, 0300);
211 touch("com.example/foo/file", 10000, 20000, 0700);
  /packages/apps/Launcher3/tests/src/com/android/launcher3/touch/
SwipeDetectorTest.java 16 package com.android.launcher3.touch;

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 91011>>