Loading tests/RenderScriptTests/Balls/src/com/example/android/rs/balls/BallsView.java +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ public class BallsView extends RSSurfaceView { } void setAccel(float x, float y, float z) { if (mRender == null) { if ((mRender == null) || (mRS == null)) { return; } mRender.setAccel(x, -y); Loading Loading
tests/RenderScriptTests/Balls/src/com/example/android/rs/balls/BallsView.java +1 −1 Original line number Diff line number Diff line Loading @@ -105,7 +105,7 @@ public class BallsView extends RSSurfaceView { } void setAccel(float x, float y, float z) { if (mRender == null) { if ((mRender == null) || (mRS == null)) { return; } mRender.setAccel(x, -y); Loading