Searched defs:mState (Results 1 - 24 of 24) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DEnemyAnimationComponent.java45 private AnimationState mState; field in class:EnemyAnimationComponent
56 mState = AnimationState.IDLING;
69 switch(mState) {
77 mState = AnimationState.ATTACKING;
79 mState = AnimationState.HIDING;
81 mState = AnimationState.MOVING;
98 mState = AnimationState.ATTACKING;
100 mState = AnimationState.HIDING;
102 mState = AnimationState.IDLING;
109 mState
[all...]
H A DSleeperComponent.java34 private int mState; field in class:SleeperComponent
49 mState = STATE_SLEEPING;
63 mState = STATE_SLEEPING;
67 switch(mState) {
70 mState = STATE_WAKING;
78 mState = STATE_ATTACKING;
86 mState = STATE_SLAM;
93 mState = STATE_SLEEPING;
H A DDoorAnimationComponent.java40 private int mState; field in class:DoorAnimationComponent
56 mState = STATE_CLOSED;
73 mState = STATE_OPEN;
79 if (mState == STATE_CLOSING) {
91 mState = STATE_OPENING;
112 mState = STATE_CLOSED;
118 if (mState == STATE_OPENING) {
122 mState = STATE_CLOSING;
145 && (mState == STATE_CLOSED || mState
[all...]
H A DPopOutComponent.java35 private int mState; field in class:PopOutComponent
56 mState = STATE_HIDDEN;
74 switch(mState) {
78 mState = STATE_VISIBLE;
85 mState = STATE_HIDDEN;
89 mState = STATE_ATTACKING;
95 mState = STATE_VISIBLE;
H A DPlayerComponent.java65 private State mState; field in class:PlayerComponent
100 mState = State.MOVE;
228 if (mInventory != null && mState != State.WIN) {
258 if (mInvincibleEndTime > 0.0f && (mInvincibleEndTime < gameTime || mState == State.DEAD)) {
268 if (mState != State.DEAD && mState != State.WIN ) {
275 } else if (mState != State.HIT_REACT
292 switch(mState) {
328 mState = State.MOVE;
377 mState
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.hpp235 TextureState mState; member in class:gl4cts::SparseTextureCommitmentTestCase
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
H A DBluetoothMediaPlayback.java57 private int mState; field in class:BluetoothMediaPlayback
64 mState = PlaybackState.STATE_NONE;
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
H A DTelephonyEvents.java161 private int mState; field in class:TelephonyEvents.DataConnectionStateEvent
170 mState = state;
178 return mState;
199 mState);
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DPairingSession.java178 protected ProtocolState mState; field in class:PairingSession
206 mState = ProtocolState.STATE_UNINITIALIZED;
313 if (mState != ProtocolState.STATE_UNINITIALIZED) {
338 if (mState != ProtocolState.STATE_UNINITIALIZED) {
352 mState = newState;
433 switch (mState) {
443 return mState == ProtocolState.STATE_SUCCESS;
461 } else if (mState != ProtocolState.STATE_PAIRING) {
/external/v4l2_codec2/include/
H A DC2VDAComponent.h159 State mState = State::OWNED_BY_COMPONENT; member in struct:android::C2VDAComponent::GraphicBlockInfo
283 std::atomic<State> mState; member in class:android::C2VDAComponent
/external/opencv/cv/src/
H A Dcvmoments.cpp511 // mState - moment structure filled by one of the icvMoments[Binary]*** function
518 cvGetHuMoments( CvMoments * mState, CvHuMoments * HuState ) argument
524 if( !mState || !HuState )
528 double m00s = mState->inv_sqrt_m00, m00 = m00s * m00s, s2 = m00 * m00, s3 = s2 * m00s;
530 double nu20 = mState->mu20 * s2,
531 nu11 = mState->mu11 * s2,
532 nu02 = mState->mu02 * s2,
533 nu30 = mState->mu30 * s3,
534 nu21 = mState->mu21 * s3, nu12 = mState
[all...]
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java815 private MachineState mState = MachineState.WAIT; field in class:DeqpTestRunner.Recovery
843 mState = MachineState.WAIT;
851 switch (mState) {
856 mState = MachineState.REBOOT; // the next step is to reboot
869 mState = MachineState.FAIL; // the next step is to fail
892 switch (mState) {
896 mState = MachineState.RECOVER; // the next step is to recover the device
916 mState = MachineState.REBOOT; // the next step is to reboot
933 mState = MachineState.FAIL; // the next step is to fail
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h753 State mState; member in class:gl::Context
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h601 State mState; member in class:es1::Context
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h731 State mState; member in class:es2::Context
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
H A Dautobanh.jarMETA-INF/MANIFEST.MF de/tavendo/autobahn/ByteBufferInputStream.class ByteBufferInputStream.java package de.tavendo ...
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1259 mergeState_t mState; // Unicast Record Registrations merge state member in struct:AuthRecord_struct
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 2372 milliseconds