HomeSort by relevance Sort by last modified time
    Searched refs:Koala (Results 1 - 3 of 3) sorted by null

  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/superkoalio/
SuperKoalio.java 49 static class Koala {
75 private Koala koala; field in class:SuperKoalio
91 // load the koala frames, split them, and assign them to Animations
99 // figure out the width and height of the koala for collision
100 // detection and rendering by converting a koala frames pixel
102 Koala.WIDTH = 1 / 16f * regions[0].getRegionWidth();
103 Koala.HEIGHT = 1 / 16f * regions[0].getRegionHeight();
114 // create the Koala we want to move around the world
115 koala = new Koala();
    [all...]
  /external/v8/test/mjsunit/es6/
generators-debug-liveedit.js 111 patch(fun_inside, "'Cat'", "'Koala'");
116 assertIteratorResult('Koala', false, iter.next());
  /external/v8/test/mjsunit/harmony/
debug-async-liveedit.js 122 patch(fun_inside, "'Cat'", "'Koala'");
129 assertTrue(fun_inside.toString().includes("'Koala'"));

Completed in 190 milliseconds