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

Method isTactileTouch

CodenameOne/src/com/codename1/ui/List.java:2207–2215  ·  view source on GitHub ↗
(int x, int y)

Source from the content-addressed store, hash-verified

2205
2206 /// {@inheritDoc}
2207 @Override
2208 protected boolean isTactileTouch(int x, int y) {
2209 // provide touch feedback only when pressing an entry in the list and not for the entire list
2210 if (isTactileTouch()) {
2211 int selection = pointerSelect(x, y);
2212 return selection > -1;
2213 }
2214 return false;
2215 }
2216
2217 /// This flag indicates to the List if the List should scroll to the selected
2218 /// element when it's been initialized.

Callers 15

tactileTouchVibeMethod · 0.45
persistToXMLMethod · 0.45
persistComponentMethod · 0.45
createInstanceMethod · 0.45
invoke3Method · 0.45
invoke3Method · 0.45
invoke0Method · 0.45
invoke4Method · 0.45
invoke5Method · 0.45
invoke7Method · 0.45
invoke2Method · 0.45
invoke0Method · 0.45

Calls 1

pointerSelectMethod · 0.95

Tested by 1

invoke3Method · 0.36