HomeSort by relevance Sort by last modified time
    Searched refs:touchTypeDescription (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 106 String touchTypeDescription = " ";
111 touchTypeDescription += "(finger)";
114 touchTypeDescription += "(stylus, ";
117 touchTypeDescription += "pressure: " + stylusPressure;
120 touchTypeDescription += ", buttons pressed: " + getButtonsPressed(e);
123 touchTypeDescription += ")";
126 touchTypeDescription += "(eraser)";
129 touchTypeDescription += "(mouse)";
132 touchTypeDescription += "(unknown tool)";
136 return touchTypeDescription;
    [all...]
  /developers/samples/android/input/gestures/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 106 String touchTypeDescription = " ";
111 touchTypeDescription += "(finger)";
114 touchTypeDescription += "(stylus, ";
117 touchTypeDescription += "pressure: " + stylusPressure;
120 touchTypeDescription += ", buttons pressed: " + getButtonsPressed(e);
123 touchTypeDescription += ")";
126 touchTypeDescription += "(eraser)";
129 touchTypeDescription += "(mouse)";
132 touchTypeDescription += "(unknown tool)";
136 return touchTypeDescription;
    [all...]
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
GestureListener.java 106 String touchTypeDescription = " ";
111 touchTypeDescription += "(finger)";
114 touchTypeDescription += "(stylus, ";
117 touchTypeDescription += "pressure: " + stylusPressure;
120 touchTypeDescription += ", buttons pressed: " + getButtonsPressed(e);
123 touchTypeDescription += ")";
126 touchTypeDescription += "(eraser)";
129 touchTypeDescription += "(mouse)";
132 touchTypeDescription += "(unknown tool)";
136 return touchTypeDescription;
    [all...]

Completed in 290 milliseconds