MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / longKeyPress

Method longKeyPress

CodenameOne/src/com/codename1/ui/Form.java:3056–3063  ·  view source on GitHub ↗
(int keyCode)

Source from the content-addressed store, hash-verified

3054
3055 /// {@inheritDoc}
3056 @Override
3057 protected void longKeyPress(int keyCode) {
3058 if (focused != null) {
3059 if (focused.getComponentForm() == this) { //NOPMD CompareObjectsWithEquals
3060 focused.longKeyPress(keyCode);
3061 }
3062 }
3063 }
3064
3065 /// {@inheritDoc}
3066 @Override

Callers 2

edtLoopImplMethod · 0.95
testKeyboardInputMethod · 0.45

Calls 1

getComponentFormMethod · 0.45

Tested by 1

testKeyboardInputMethod · 0.36