Searched refs:buttonStateToString (Results 1 – 2 of 2) sorted by relevance
3455 appendUnless("0", msg, ", actionButton=", buttonStateToString(getActionButton())); in toString()3470 appendUnless("0", msg, ", buttonState=", MotionEvent.buttonStateToString(getButtonState())); in toString()3584 public static String buttonStateToString(int buttonState) { in buttonStateToString() method in MotionEvent
539 .append(" ButtonState=").append(MotionEvent.buttonStateToString(buttonState)) in logCoords()