OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:animationThread
(Results
1 - 3
of
3
) sorted by null
/external/proguard/src/proguard/gui/splash/
SplashPanel.java
46
private volatile Thread
animationThread
;
97
if (
animationThread
== null)
99
animationThread
= new Thread(animator);
100
animationThread
.start();
114
animationThread
= null;
152
while (
animationThread
!= null)
158
animationThread
= null;
/external/proguard/lib/
proguardgui.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar
Completed in 509 milliseconds