Home | History | Annotate | Download | only in tweenengine

Lines Matching defs:isBuilt

109 	private boolean isBuilt;
126 isBuilt = false;
144 if (isBuilt) throw new RuntimeException("You can't push anything to a timeline once it is started");
155 if (isBuilt) throw new RuntimeException("You can't push anything to a timeline once it is started");
170 if (isBuilt) throw new RuntimeException("You can't push anything to a timeline once it is started");
182 if (isBuilt) throw new RuntimeException("You can't push anything to a timeline once it is started");
198 if (isBuilt) throw new RuntimeException("You can't push anything to a timeline once it is started");
213 if (isBuilt) throw new RuntimeException("You can't push anything to a timeline once it is started");
224 if (isBuilt) return Collections.unmodifiableList(current.children);
234 if (isBuilt) return this;
257 isBuilt = true;