Searched refs:step (Results 1 – 13 of 13) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | GameView.java | 154 step(event.getEventTime()); in onKeyDown() 194 step(event.getEventTime()); in onKeyUp() 267 step(historyPos < 0 ? event.getEventTime() : event.getHistoricalEventTime(historyPos)); in processJoystickInput() 348 step(currentStepTime); 357 private void step(long currentStepTime) { 365 if (!mShip.step(tau)) { 373 if (!bullet.step(tau)) { 384 if (!obstacle.step(tau)) { 542 public boolean step(float tau) { 585 step(0); [all …]
|
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
D | GL2JNILib.java | 32 public static native void step(); in step() method in GL2JNILib
|
D | GL2JNIView.java | 328 GL2JNILib.step(); in onDrawFrame()
|
/development/ndk/platforms/android-18/samples/gles3jni/src/com/android/gles3jni/ |
D | GLES3JNILib.java | 29 public static native void step(); in step() method in GLES3JNILib
|
D | GLES3JNIView.java | 48 GLES3JNILib.step(); in onDrawFrame()
|
/development/ |
D | CleanSpec.mk | 47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/CorpApp_intermediates)
|
/development/samples/ControllerSample/src/com/example/controllersample/ |
D | GameView.java | 133 step(event.getEventTime()); in onKeyDown() 147 step(event.getEventTime()); in onKeyUp() 317 step(currentStepTime); in animateFrame() 321 private void step(long currentStepTime) { in step() method in GameView 331 if (!currentShip.step(tau)) { in step() 341 if (!bullet.step(tau)) { in step() 352 if (!obstacle.step(tau)) { in step() 545 public boolean step(float tau) { in step() method in GameView.Sprite 609 step(0); in destroy() 848 GameView.this.step(historyPos < 0 ? event.getEventTime() : event in processJoystickInput() [all …]
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | WindowSurface.java | 118 void step(int width, int height, float minStep, float maxStep) { in step() method in WindowSurface.MovingPoint 222 mPoint1.step(canvas.getWidth(), canvas.getHeight(), in run() 224 mPoint2.step(canvas.getWidth(), canvas.getHeight(), in run() 226 mColor.step(127, 127, 1, 3); in run()
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
D | gles3jni.h | 96 void step();
|
D | gles3jni.cpp | 193 void Renderer::step() { in step() function in Renderer 226 step(); in render()
|
/development/ndk/platforms/android-3/include/linux/ |
D | videodev.h | 113 __u16 step; member
|
D | videodev2.h | 509 __s32 step; member
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | license-LGPL.txt | 48 We protect your rights with a two-step method: (1) we copyright the
|