Searched defs:touch (Results 1 - 19 of 19) sorted by relevance

/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;
H A DListSetSelectionTest.java17 package android.widget.listview.touch;
29 * Tests setting the selection in touch mode
59 assertEquals("Selection still available after touch", -1,
89 assertEquals("Selection still available after touch", -1,
127 assertEquals("Selection still available after touch", -1,
H A DListTouchBottomGravityManyTest.java17 package android.widget.listview.touch;
66 assertEquals("Selection still available after touch", -1,
86 assertEquals("Selection still available after touch", -1,
H A DListTouchBottomGravityTest.java17 package android.widget.listview.touch;
65 assertEquals("Selection still available after touch", -1,
84 assertEquals("Selection still available after touch", -1,
H A DListTouchManyTest.java17 package android.widget.listview.touch;
63 assertEquals("Selection still available after touch", -1,
81 assertEquals("Selection still available after touch", -1,
H A DListTouchTest.java17 package android.widget.listview.touch;
62 assertEquals("Selection still available after touch", -1,
80 assertEquals("Selection still available after touch", -1,
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileUtilsTest.java138 touch("file1", HOUR_IN_MILLIS);
139 touch("file2", 1 * DAY_IN_MILLIS + HOUR_IN_MILLIS);
140 touch("file3", 2 * DAY_IN_MILLIS + HOUR_IN_MILLIS);
141 touch("file4", 3 * DAY_IN_MILLIS + HOUR_IN_MILLIS);
142 touch("file5", 4 * DAY_IN_MILLIS + HOUR_IN_MILLIS);
148 touch("file1", -HOUR_IN_MILLIS);
149 touch("file2", HOUR_IN_MILLIS);
150 touch("file3", WEEK_IN_MILLIS);
154 touch("file1", -HOUR_IN_MILLIS);
155 touch("file
228 private void touch(String name, long age) throws Exception { method in class:FileUtilsTest
[all...]
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFileRotatorTest.java212 touch("another_rotator.1024");
213 touch("another_rotator.1024-2048");
217 touch("rotator");
218 touch("rotator...");
219 touch("rotator.-");
220 touch("rotator.---");
221 touch("rotator.a-b");
222 touch("rotator_but_not_actually");
323 // write active file, verify this time we touch original
382 private void touch(Strin method in class:FileRotatorTest
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelBar.java87 public PanelView selectPanelForTouch(MotionEvent touch) { argument
89 return mPanels.get((int)(N * touch.getX() / getMeasuredWidth()));
101 Log.v(TAG, String.format("onTouch: all panels disabled, ignoring touch at (%d,%d)",
112 Log.v(TAG, String.format("onTouch: no panel for touch at (%d,%d)",
123 "onTouch: panel (%s) is disabled, ignoring touch at (%d,%d)",
H A DPhoneStatusBarView.java95 public PanelView selectPanelForTouch(MotionEvent touch) { argument
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceInfo.java92 * Touch attachment: Display does not receive touch.
179 * The touch attachment, per {@link DisplayViewport#touch}.
181 public int touch; field in class:DisplayDeviceInfo
254 && touch == other.touch
281 touch = other.touch;
303 sb.append(", touch ").append(touchToString(touch));
319 touchToString(int touch) argument
[all...]
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp250 TouchEvents touch; local
275 // get touch events
276 touch.getMostRecentPosition(&x, &y);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2700 addConfigurationProperty("touch.deviceType", "touchPad");
2710 addConfigurationProperty("touch.deviceType", "touchScreen");
2718 addConfigurationProperty("touch.deviceType", "touchScreen");
2747 addConfigurationProperty("touch.deviceType", "touchScreen");
2776 addConfigurationProperty("touch.deviceType", "touchScreen");
2792 addConfigurationProperty("touch.deviceType", "touchScreen");
2843 addConfigurationProperty("touch.deviceType", "touchScreen");
2965 addConfigurationProperty("touch.deviceType", "touchScreen");
3039 addConfigurationProperty("touch.deviceType", "touchScreen");
3130 addConfigurationProperty("touch
4606 float touch = float(rawTouchMajor) / 2 * 10.0f + 160.0f; local
4652 float touch = sqrtf(rawTouchMajor) * 43.0f + 3.0f; local
[all...]

Completed in 328 milliseconds