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

/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java346 @IntDef({TYPE_TOUCH, TYPE_NON_TOUCH})
354 public static final int TYPE_TOUCH = 0; field in class:ViewCompat
3173 } else if (type == ViewCompat.TYPE_TOUCH) {
3190 } else if (type == ViewCompat.TYPE_TOUCH) {
3207 } else if (type == ViewCompat.TYPE_TOUCH) {
3243 } else if (type == ViewCompat.TYPE_TOUCH) {
3275 } else if (type == ViewCompat.TYPE_TOUCH) {

Completed in 1471 milliseconds