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

/packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
H A DTouchPointManager.java10 public class TouchPointManager { class
13 private static TouchPointManager sInstance = new TouchPointManager();
20 private TouchPointManager() { method in class:TouchPointManager
23 public static TouchPointManager getInstance() {
37 * touch at that exact point, if the point in TouchPointManager is (0,0), it is safe to assume
38 * that the TouchPointManager has not yet collected a touch.

Completed in 643 milliseconds