Searched defs:touch (Results 1 - 25 of 31) sorted by last modified time

12

/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/touch/
H A DDragAndDropActivity.java17 package com.example.android.supportv7.widget.touch;
H A DItemTouchHelperActivity.java17 package com.example.android.supportv7.widget.touch;
H A DSwipeToDismissActivity.java17 package com.example.android.supportv7.widget.touch;
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/touch/
H A DDragAndDropActivity.java17 package com.example.android.supportv7.widget.touch;
H A DItemTouchHelperActivity.java17 package com.example.android.supportv7.widget.touch;
H A DSwipeToDismissActivity.java17 package com.example.android.supportv7.widget.touch;
/frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
H A DTestEvents.java56 * Common touch event types...for your convenience.
60 TestEvents.builder().touch().build();
188 public Builder touch() { method in class:TestEvents.Builder
/frameworks/native/cmds/installd/tests/
H A Dinstalld_cache_test.cpp74 static void touch(const char* path, int len, int time) { function in namespace:android::installd
139 touch("com.example/normal", 1 * kMbInBytes, 60);
142 touch("com.example/cache/foo/one", 1 * kMbInBytes, 60);
143 touch("com.example/cache/foo/two", 2 * kMbInBytes, 120);
163 touch("com.example/cache/foo/one", kMbInBytes, 60);
164 touch("com.example/cache/foo/two", kMbInBytes, 120);
185 touch("com.example/cache/foo/foo1", 1 * kMbInBytes, 60);
186 touch("com.example/cache/foo/foo2", 1 * kMbInBytes, 60);
188 touch("com.example/cache/bar/bar1", 2 * kMbInBytes, 120);
189 touch("co
[all...]
H A Dinstalld_service_test.cpp71 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);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3161 addConfigurationProperty("touch.deviceType", "touchPad");
3171 addConfigurationProperty("touch.deviceType", "touchScreen");
3179 addConfigurationProperty("touch.deviceType", "touchScreen");
3208 addConfigurationProperty("touch.deviceType", "touchScreen");
3237 addConfigurationProperty("touch.deviceType", "touchScreen");
3253 addConfigurationProperty("touch.deviceType", "touchScreen");
3304 addConfigurationProperty("touch.deviceType", "touchScreen");
3426 addConfigurationProperty("touch.deviceType", "touchScreen");
3500 addConfigurationProperty("touch.deviceType", "touchScreen");
3501 addConfigurationProperty("touch
5254 float touch = float(rawTouchMajor) / 2 * 10.0f + 160.0f; local
5300 float touch = sqrtf(rawTouchMajor) * 43.0f + 3.0f; local
[all...]
/frameworks/native/services/vr/virtual_touchpad/
H A DVirtualTouchpadService.cpp69 binder::Status VirtualTouchpadService::touch(int touchpad, float x, float y, function in class:android::dvr::VirtualTouchpadService
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp250 TouchEvents touch; local
275 // get touch events
276 touch.getMostRecentPosition(&x, &y);
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceInfo.java107 * Touch attachment: Display does not receive touch.
237 * The touch attachment, per {@link DisplayViewport#touch}.
239 public int touch; field in class:DisplayDeviceInfo
330 || touch != other.touch
364 touch = other.touch;
393 sb.append(", touch ").append(touchToString(touch));
409 touchToString(int touch) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
H A DOverScroll.java16 package com.android.systemui.qs.touch;
21 * Copied from packages/apps/Launcher3/src/com/android/launcher3/touch/OverScroll.java
H A DSwipeDetector.java16 package com.android.systemui.qs.touch;
35 * Copied from packages/apps/Launcher3/src/com/android/launcher3/touch/SwipeDetector.java
76 * Distance in pixels a touch can wander before we think the user is scrolling.
139 * There's no touch and there's no animation.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAppIconDragShadowBuilder.java41 public void onProvideShadowMetrics(Point size, Point touch) { argument
45 touch.set(mIconSize / 2, mIconSize * 2 / 3);
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileUtilsTest.java270 touch("file1", HOUR_IN_MILLIS);
271 touch("file2", 1 * DAY_IN_MILLIS + HOUR_IN_MILLIS);
272 touch("file3", 2 * DAY_IN_MILLIS + HOUR_IN_MILLIS);
273 touch("file4", 3 * DAY_IN_MILLIS + HOUR_IN_MILLIS);
274 touch("file5", 4 * DAY_IN_MILLIS + HOUR_IN_MILLIS);
281 touch("file1", -HOUR_IN_MILLIS);
282 touch("file2", HOUR_IN_MILLIS);
283 touch("file3", WEEK_IN_MILLIS);
287 touch("file1", -HOUR_IN_MILLIS);
288 touch("file
483 private void touch(String name, long age) throws Exception { method in class:FileUtilsTest
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
H A DGridTouchSetSelectionTest.java17 package android.widget.gridview.touch;
29 * Tests setting the selection in touch mode
59 assertEquals("Selection still available after touch", -1,
H A DGridTouchStackFromBottomManyTest.java17 package android.widget.gridview.touch;
59 assertEquals("Selection still available after touch", -1,
75 assertEquals("Selection still available after touch", -1,
H A DGridTouchStackFromBottomTest.java17 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,
H A DGridTouchVerticalSpacingStackFromBottomTest.java17 package android.widget.gridview.touch;
H A DGridTouchVerticalSpacingTest.java17 package android.widget.gridview.touch;
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListGetSelectedViewTest.java17 package android.widget.listview.touch;
30 * null in touch mode.
H A DListOfTouchablesTest.java17 package android.widget.listview.touch;

Completed in 428 milliseconds

12