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