Home | History | Annotate | Download | only in keyboard

Lines Matching refs:primaryCode

471     // Note that we need primaryCode argument because the keyboard may in shifted state and the
472 // primaryCode is different from {@link Key#mCode}.
473 private void callListenerOnCodeInput(final Key key, final int primaryCode, final int x,
477 final int code = altersCode ? key.getAltCode() : primaryCode;
503 // Note that we need primaryCode argument because the keyboard may be in shifted state and the
504 // primaryCode is different from {@link Key#mCode}.
505 private void callListenerOnRelease(final Key key, final int primaryCode,
514 Constants.printableCode(primaryCode),
519 ResearchLogger.pointerTracker_callListenerOnRelease(key, primaryCode, withSliding,
526 mListener.onReleaseKey(primaryCode, withSliding);