Home
last modified time | relevance | path

Searched defs:touch (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceInfo.java181 public int touch; field in DisplayDeviceInfo
319 private static String touchToString(int touch) { in touchToString()
/frameworks/base/core/tests/coretests/src/android/os/
DFileUtilsTest.java228 private void touch(String name, long age) throws Exception { in touch() method in FileUtilsTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java95 public PanelView selectPanelForTouch(MotionEvent touch) { in selectPanelForTouch()
DPanelBar.java87 public PanelView selectPanelForTouch(MotionEvent touch) { in selectPanelForTouch()
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DFileRotatorTest.java382 private void touch(String... names) throws IOException { in touch() method in FileRotatorTest
/frameworks/base/tests/touchlag/
Dtouchlag.cpp250 TouchEvents touch; in main() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp4606 float touch = float(rawTouchMajor) / 2 * 10.0f + 160.0f; in TEST_F() local
4652 float touch = sqrtf(rawTouchMajor) * 43.0f + 3.0f; in TEST_F() local