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

Method paintHint

CodenameOne/src/com/codename1/ui/TextArea.java:1378–1384  ·  view source on GitHub ↗
(Graphics g)

Source from the content-addressed store, hash-verified

1376 }
1377
1378 @Override
1379 void paintHint(Graphics g) {
1380 if (Display.getInstance().isNativeEditorVisible(this) && Display.impl.nativeEditorPaintsHint()) {
1381 return;
1382 }
1383 super.paintHint(g);
1384 }
1385
1386 /// {@inheritDoc}
1387 @Override

Callers 3

paintMethod · 0.95
paintMethod · 0.45
paintMethod · 0.45

Calls 3

getInstanceMethod · 0.95
isNativeEditorVisibleMethod · 0.45

Tested by

no test coverage detected