Home
last modified time | relevance | path

Searched refs:addFrame (Results 1 – 12 of 12) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java729 … idle.addFrame(new AnimationFrame(textureLibrary.allocateTexture(R.drawable.andou_stand),
733 angle.addFrame(
739 extremeAngle.addFrame(
744 … up.addFrame(new AnimationFrame(textureLibrary.allocateTexture(R.drawable.andou_flyup02),
746 … up.addFrame(new AnimationFrame(textureLibrary.allocateTexture(R.drawable.andou_flyup03),
751 boostAngle.addFrame(
754 boostAngle.addFrame(
761 boostExtremeAngle.addFrame(
764 boostExtremeAngle.addFrame(
776 stomp.addFrame(
[all …]
DSpriteAnimation.java83 public void addFrame(AnimationFrame frame) { in addFrame() method in SpriteAnimation
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTimelineFrameController.js124 this._frameOverview.addFrame(frame);
125 this._presentationModel.addFrame(frame);
DNetworkManager.js428 networkRequest.addFrame(response, time);
445 networkRequest.addFrame(response, time, true);
DTimelineFrameOverview.js120 addFrame: function(frame) method in WebInspector.TimelineFrameOverview
DNetworkRequest.js939 addFrame: function(response, time, sent) method in WebInspector.NetworkRequest
DTimelinePresentationModel.js289 addFrame: function(frame) method in WebInspector.TimelinePresentationModel
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAnimationDrawable.java18 public void addFrame(Drawable frame, int duration) { in addFrame() method in ShadowAnimationDrawable
DShadowImageView.java75 animationDrawable.addFrame(drawable, -1); in buildDrawable()
/external/llvm/include/llvm/DebugInfo/
DDIContext.h76 void addFrame(const DILineInfo &Frame) { in addFrame() function
/external/llvm/tools/llvm-symbolizer/
DLLVMSymbolize.cpp135 InlinedContext.addFrame(DILineInfo()); in symbolizeInlinedCode()
150 PatchedInlinedContext.addFrame(LineInfo); in symbolizeInlinedCode()
/external/llvm/lib/DebugInfo/
DDWARFContext.cpp509 InliningInfo.addFrame(Frame); in getInliningInfoForAddress()