Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ isTickerRunning
Method
isTickerRunning
CodenameOne/src/com/codename1/ui/Label.java:1106–1108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1104
///
1105
/// true if the ticker is running
1106
public
boolean isTickerRunning() {
1107
return
tickerRunning;
1108
}
1109
1110
/// This method return true if the ticker is enabled on this Label
1111
///
Callers
14
initComponentImpl
Method · 0.95
setComponentValueWithTickering
Method · 0.95
animate
Method · 0.95
focusLost
Method · 0.95
testTickerLifecycleAndShiftUpdates
Method · 0.95
setTitle
Method · 0.80
stopComponentLableTicker
Method · 0.80
drawLabelString
Method · 0.80
calculateSpanForLabelString
Method · 0.80
drawLabelText
Method · 0.80
calculateSpanForLabelText
Method · 0.80
invoke6
Method · 0.80
Calls
no outgoing calls
Tested by
1
testTickerLifecycleAndShiftUpdates
Method · 0.76