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

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewCompat.java360 @IntDef({TYPE_TOUCH, TYPE_NON_TOUCH})
368 public static final int TYPE_TOUCH = 0; field in class:ViewCompat
2640 } else if (type == ViewCompat.TYPE_TOUCH) {
2657 } else if (type == ViewCompat.TYPE_TOUCH) {
2674 } else if (type == ViewCompat.TYPE_TOUCH) {
2710 } else if (type == ViewCompat.TYPE_TOUCH) {
2742 } else if (type == ViewCompat.TYPE_TOUCH) {

Completed in 101 milliseconds