Searched refs:PLAYER (Results 1 - 4 of 4) sorted by path

/external/qemu/android/
H A Dhw-events.h332 KEY_CODE(PLAYER ,0x183) \
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObject.java73 PLAYER, enum constant in enum:GameObject.Team
H A DGameObjectFactory.java59 PLAYER (0), enum constant in enum:GameObjectFactory.GameObjectType
387 case PLAYER:
600 if (type == GameObjectType.PLAYER) {
700 FixedSizeArray<BaseObject> staticData = getStaticData(GameObjectType.PLAYER);
864 setStaticData(GameObjectType.PLAYER, staticData);
869 render.setPriority(SortConstants.PLAYER);
950 object.team = Team.PLAYER;
970 addStaticData(GameObjectType.PLAYER, object, sprite);
998 jetRender.setPriority(SortConstants.PLAYER - 1);
1038 sparksRender.setPriority(SortConstants.PLAYER
[all...]
H A DSortConstants.java27 public static final int PLAYER = 20; field in class:SortConstants

Completed in 107 milliseconds