Searched refs:stop (Results 1 – 5 of 5) sorted by relevance
156 boolean stop; in loadProperties()176 stop = start >= data.length(); in loadProperties()177 if (!stop) { in loadProperties()180 } while (!stop); in loadProperties()
39 - in onPause, this will unbind from the service, but does not stop it.
233 void stop() { in stop() method in ScreenViewer234 timer.stop(); in stop()
621 screenViewer.stop(); in toggleGraphView()
2 …stop:function(b){var c=0,d=b?j.tweens.length:0;for(;c<d;c++)j.tweens[c].run(1);return b?h.resolveW… method