Searched refs:buttonStateToString (Results 1 – 2 of 2) sorted by relevance
3158 msg.append(", actionButton=").append(buttonStateToString(getActionButton())); in toString()3169 msg.append(", buttonState=").append(MotionEvent.buttonStateToString(getButtonState())); in toString()3273 public static String buttonStateToString(int buttonState) { in buttonStateToString() method in MotionEvent
521 .append(" ButtonState=").append(MotionEvent.buttonStateToString(buttonState)) in logCoords()