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

  /frameworks/base/core/java/android/text/method/
Touch.java 130 if (event.isButtonPressed(MotionEvent.BUTTON_PRIMARY)) {
145 if (!event.isButtonPressed(MotionEvent.BUTTON_PRIMARY)) {
151 if (cap && event.isButtonPressed(MotionEvent.BUTTON_PRIMARY)) {
175 if (!event.isButtonPressed(MotionEvent.BUTTON_PRIMARY)) {
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]

Completed in 53 milliseconds