docs: Clarified definition of KeyEvent.Callback.onKeyMultiple() am: b248b1f689

am: fcd4541b06

Change-Id: If0e9042f0df23403a128e45ca61258930b7db982
This commit is contained in:
Kevin Hufnagle
2016-09-26 23:47:09 +00:00
committed by android-build-merger

View File

@@ -1289,8 +1289,9 @@ public class KeyEvent extends InputEvent implements Parcelable {
boolean onKeyUp(int keyCode, KeyEvent event);
/**
* Called when multiple down/up pairs of the same key have occurred
* in a row.
* Called when a user's interaction with an analog control, such as
* flinging a trackball, generates simulated down/up events for the same
* key multiple times in quick succession.
*
* @param keyCode The value in event.getKeyCode().
* @param count Number of pairs as returned by event.getRepeatCount().