Searched refs:touchTypeDescription (Results 1 – 1 of 1) sorted by relevance
106 String touchTypeDescription = " "; in getTouchType() local111 touchTypeDescription += "(finger)"; in getTouchType()114 touchTypeDescription += "(stylus, "; in getTouchType()117 touchTypeDescription += "pressure: " + stylusPressure; in getTouchType()120 touchTypeDescription += ", buttons pressed: " + getButtonsPressed(e); in getTouchType()123 touchTypeDescription += ")"; in getTouchType()126 touchTypeDescription += "(eraser)"; in getTouchType()129 touchTypeDescription += "(mouse)"; in getTouchType()132 touchTypeDescription += "(unknown tool)"; in getTouchType()136 return touchTypeDescription; in getTouchType()