Searched refs:touch (Results 1 - 25 of 25) sorted by relevance

/frameworks/base/services/java/com/android/server/display/
H A DDisplayDeviceInfo.java64 * Touch attachment: Display does not receive touch.
127 * The touch attachment, per {@link DisplayViewport#touch}.
129 public int touch; field in class:DisplayDeviceInfo
176 && touch == other.touch
196 touch = other.touch;
208 + ", touch " + touchToString(touch)
215 touchToString(int touch) argument
[all...]
H A DHeadlessDisplayAdapter.java68 mInfo.touch = DisplayDeviceInfo.TOUCH_NONE;
H A DLocalDisplayAdapter.java147 mInfo.touch = DisplayDeviceInfo.TOUCH_INTERNAL;
152 mInfo.touch = DisplayDeviceInfo.TOUCH_EXTERNAL;
H A DOverlayDisplayAdapter.java245 mInfo.touch = DisplayDeviceInfo.TOUCH_NONE;
H A DDisplayManagerService.java170 // Viewports of the default display and the display that should receive touch
828 && info.touch == DisplayDeviceInfo.TOUCH_EXTERNAL) {
H A DWifiDisplayAdapter.java623 mInfo.touch = DisplayDeviceInfo.TOUCH_EXTERNAL;
/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 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 DListTouchTest.java17 package android.widget.listview.touch;
62 assertEquals("Selection still available after touch", -1,
80 assertEquals("Selection still available after touch", -1,
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 DListTouchManyTest.java17 package android.widget.listview.touch;
63 assertEquals("Selection still available after touch", -1,
81 assertEquals("Selection still available after touch", -1,
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DFileRotatorTest.java210 touch("another_rotator.1024");
211 touch("another_rotator.1024-2048");
215 touch("rotator");
216 touch("rotator...");
217 touch("rotator.-");
218 touch("rotator.---");
219 touch("rotator.a-b");
220 touch("rotator_but_not_actually");
321 // write active file, verify this time we touch original
370 private void touch(Strin method in class:FileRotatorTest
[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/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()));
H A DPhoneStatusBarView.java107 public PanelView selectPanelForTouch(MotionEvent touch) { argument
108 final float x = touch.getX();
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp250 TouchEvents touch; local
275 // get touch events
276 touch.getMostRecentPosition(&x, &y);
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs301 and respond to touch input."
325 <li><a href="<?cs var:toroot ?>training/graphics/opengl/touch.html">
818 "How to write apps that allow users to interact with the touch screen via touch gestures."
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp376 String8 touch, key, keysHidden, nav, navHidden, size, layoutDir, vers; local
590 touch = part;
692 this->touchscreen = touch;
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp2660 addConfigurationProperty("touch.deviceType", "touchPad");
2670 addConfigurationProperty("touch.deviceType", "touchScreen");
2678 addConfigurationProperty("touch.deviceType", "touchScreen");
2707 addConfigurationProperty("touch.deviceType", "touchScreen");
2736 addConfigurationProperty("touch.deviceType", "touchScreen");
2752 addConfigurationProperty("touch.deviceType", "touchScreen");
2803 addConfigurationProperty("touch.deviceType", "touchScreen");
2925 addConfigurationProperty("touch.deviceType", "touchScreen");
2999 addConfigurationProperty("touch.deviceType", "touchScreen");
3090 addConfigurationProperty("touch
4542 float touch = float(rawTouchMajor) / 2 * 10.0f + 160.0f; local
4588 float touch = sqrtf(rawTouchMajor) * 43.0f + 3.0f; local
[all...]

Completed in 412 milliseconds