Searched defs:touch (Results 1 - 14 of 14) 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/tools/aapt/
H A DAaptAssets.cpp329 String8 touch, key, keysHidden, nav, navHidden, size, vers; local
531 touch = part;
633 this->touchscreen = touch;
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp951 configuration.addProperty(String8("touch.deviceType"), String8("touchScreen"));
2598 addConfigurationProperty("touch.deviceType", "touchPad");
2608 addConfigurationProperty("touch.deviceType", "touchScreen");
2616 addConfigurationProperty("touch.deviceType", "touchScreen");
2645 addConfigurationProperty("touch.deviceType", "touchScreen");
2674 addConfigurationProperty("touch.deviceType", "touchScreen");
2690 addConfigurationProperty("touch.deviceType", "touchScreen");
2741 addConfigurationProperty("touch.deviceType", "touchScreen");
2863 addConfigurationProperty("touch.deviceType", "touchScreen");
2937 addConfigurationProperty("touch
4480 float touch = float(rawTouchMajor) / 2 * 10.0f + 160.0f; local
4526 float touch = sqrtf(rawTouchMajor) * 43.0f + 3.0f; local
[all...]

Completed in 185 milliseconds