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