/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/objectal/ |
H A D | AVAudioPlayerDelegate.java | 29 void didFinishPlaying (NSObject player, boolean success); argument
|
H A D | AVAudioPlayerDelegateAdapter.java | 27 public void didFinishPlaying (NSObject player, boolean success) { argument
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/ |
H A D | AndroidMusic.java | 28 private MediaPlayer player; field in class:AndroidMusic 34 AndroidMusic (AndroidAudio audio, MediaPlayer player) { argument 36 this.player = player; 38 this.player.setOnCompletionListener(this); 43 if (player == null) return; 45 player.release(); 49 player = null; 59 if (player == null) return false; 61 return player [all...] |
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
H A D | SelectTest.java | 39 player = createDummies(n); 81 String msg = String.format("[%d runs with %dx%d dummy game units] - ", runs, player.size, enemy.size); 90 String msg = String.format("[%d runs with %dx%d dummy game units] - ", runs, player.size, enemy.size); 98 Dummy test = player.get(0); 120 player.shuffle(); 122 originDummy = player.random(); 141 player.shuffle(); 148 for (Dummy d : player) { 162 for (Dummy d : player) { 223 if (player 239 public static Array<Dummy> player; field in class:SelectTest [all...] |
H A D | Box2DCharacterControllerTest.java | 49 Body player;
field in class:Box2DCharacterControllerTest 95 player = createPlayer();
96 player.setTransform(-40.0f, 4.0f, 0);
97 player.setFixedRotation(true);
187 cam.position.set(player.getPosition().x, player.getPosition().y, 0);
191 Vector2 vel = player.getLinearVelocity();
192 Vector2 pos = player.getPosition();
205 player.setLinearVelocity(vel.x, vel.y);
211 player [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | GameObjectManager.java | 175 public void setPlayer(GameObject player) { argument 176 mPlayer = player;
|
H A D | PatrolComponent.java | 25 * may change direction. Patrollers can also be configured via this component to attack the player 79 GameObject player = null; 81 player = manager.getPlayer(); 85 updateAttack(player, parentObject); 109 if (mTurnToFacePlayer && player != null && player.life > 0) { 110 final float horizontalDelta = player.getCenteredPositionX() 113 final float closestDistance = player.width / 2.0f; 201 private void updateAttack(GameObject player, GameObject parentObject) { argument 218 if (mAttackAtDistance > 0 && player ! [all...] |
H A D | AnimationComponent.java | 26 * player's current state. Requires the object to contain a SpriteComponent to play animations. 194 // Turn on visual effects (smoke, etc) when the player's life reaches 1. 357 public void setPlayer(PlayerComponent player) { argument 358 mPlayer = player;
|
H A D | GameObjectFactory.java | 874 PlayerComponent player = (PlayerComponent)allocateComponent(PlayerComponent.class); 878 animation.setPlayer(player); 911 player.setHitReactionComponent(hitReact); 915 player.setInventory(inventory); 947 player.setInvincibleSwap(invincibleSwap); 955 player.adjustDifficulty(object, level.getAttemptsCount()); 959 object.add(player); 1101 player.setInvincibleFader(glowFade); 3830 public GameObject spawnPlayerGhost(float positionX, float positionY, GameObject player, float lifeTime) { argument 3912 // don't want control to return to the player [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
H A D | ShadowMediaPlayer.java | 19 @RealObject private MediaPlayer player; field in class:ShadowMediaPlayer 171 preparedListener.onPrepared( player ); 179 completionListener.onCompletion( player );
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/ |
H A D | MediaPlayerFacade.java | 100 private void putMp(String tag, MediaPlayer player, String url) { argument 102 mPlayers.put(tag, player); 108 MediaPlayer player = mPlayers.get(tag); 109 if (player != null) { 110 player.stop(); 111 player.release(); 126 MediaPlayer player = getPlayer(tag); 127 player = MediaPlayer.create(mService, Uri.parse(url)); 128 if (player != null) { 129 putMp(tag, player, ur 292 onCompletion(MediaPlayer player) argument 302 getTag(MediaPlayer player) argument [all...] |
/external/webrtc/webrtc/modules/utility/source/ |
H A D | file_player_impl.cc | 34 void FilePlayer::DestroyFilePlayer(FilePlayer* player) argument 36 delete player;
|
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/ |
H A D | OALAudioTrack.java | 68 public native void audioPlayerBeginInterruption(AVAudioPlayer player); argument 74 AVAudioPlayer player, NSError error); 80 AVAudioPlayer player, boolean flag); 86 public native void audioPlayerEndInterruption(AVAudioPlayer player); argument 93 AVAudioPlayer player, @NUInt long flags); 100 AVAudioPlayer player, @NUInt long flags); 247 @Selector("player") 248 public native AVAudioPlayer player(); method in class:OALAudioTrack 73 audioPlayerDecodeErrorDidOccurError( AVAudioPlayer player, NSError error) argument 79 audioPlayerDidFinishPlayingSuccessfully( AVAudioPlayer player, boolean flag) argument 92 audioPlayerEndInterruptionWithFlags( AVAudioPlayer player, @NUInt long flags) argument 99 audioPlayerEndInterruptionWithOptions( AVAudioPlayer player, @NUInt long flags) argument
|
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
H A D | logback-core-0.9.8-SNAPSHOT.jar | META-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ... |
/external/libgdx/backends/gdx-backend-moe/libs/ |
H A D | intel-moe-ios.jar | META-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ... |
/external/robolectric/v3/runtime/ |
H A D | shadows-core-3.1-SNAPSHOT-16.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-17.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-18.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-19.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-21.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-22.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |