Home
last modified time | relevance | path

Searched refs:isBuilt (Results 1 – 2 of 2) sorted by relevance

/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
DTimeline.java109 private boolean isBuilt; field in Timeline
126 isBuilt = false; in reset()
144 …if (isBuilt) throw new RuntimeException("You can't push anything to a timeline once it is started"… in push()
155 …if (isBuilt) throw new RuntimeException("You can't push anything to a timeline once it is started"… in push()
170 …if (isBuilt) throw new RuntimeException("You can't push anything to a timeline once it is started"… in pushPause()
182 …if (isBuilt) throw new RuntimeException("You can't push anything to a timeline once it is started"… in beginSequence()
198 …if (isBuilt) throw new RuntimeException("You can't push anything to a timeline once it is started"… in beginParallel()
213 …if (isBuilt) throw new RuntimeException("You can't push anything to a timeline once it is started"… in end()
224 if (isBuilt) return Collections.unmodifiableList(current.children); in getChildren()
234 if (isBuilt) return this; in build()
[all …]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DGeneratedMessageLite.java314 protected boolean isBuilt; field in GeneratedMessageLite.Builder
320 isBuilt = false; in Builder()
328 if (isBuilt) { in copyOnWrite()
333 isBuilt = false; in copyOnWrite()
359 if (isBuilt) { in buildPartial()
365 isBuilt = true; in buildPartial()
753 if (!isBuilt) { in copyOnWrite()
763 if (isBuilt) { in buildPartial()