HomeSort by relevance Sort by last modified time
    Searched refs:STATE_IDLE (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
HceService.java 16 final static int STATE_IDLE = 0;
24 int mState = STATE_IDLE;
35 mState = STATE_IDLE;
60 if (mState == STATE_IDLE) {
ChangeDefaultEmulatorActivity.java 14 final static int STATE_IDLE = 0;
21 int mState = STATE_IDLE;
DualPaymentEmulatorActivity.java 15 final static int STATE_IDLE = 0;
20 int mState = STATE_IDLE;
PrefixPaymentEmulator2Activity.java 14 final static int STATE_IDLE = 0;
19 int mState = STATE_IDLE;
PrefixPaymentEmulatorActivity.java 14 final static int STATE_IDLE = 0;
19 int mState = STATE_IDLE;
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
DrawIdler.java 9 * changes between {@link #STATE_ACTIVE} and {@link #STATE_IDLE}.
11 * Any drawing will instantly trigger {@link #STATE_ACTIVE}. {@link #STATE_IDLE} is only
16 public static final int STATE_IDLE = 0;
21 private int mState = STATE_IDLE;
73 setState(STATE_IDLE);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CameraDeviceState.java 49 private static final int STATE_IDLE = 3;
126 doStateTransition(STATE_IDLE);
263 if(newState != STATE_ERROR && newState != STATE_IDLE) {
289 if (mCurrentState != STATE_UNCONFIGURED && mCurrentState != STATE_IDLE) {
306 case STATE_IDLE:
307 if (mCurrentState == STATE_IDLE) {
318 if (mCurrentState != STATE_IDLE && mCurrentHandler != null &&
327 mCurrentState = STATE_IDLE;
330 if (mCurrentState != STATE_IDLE && mCurrentState != STATE_CAPTURING) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
MagnificationGestureHandlerTest.java 85 public static final int STATE_IDLE = 1;
96 public static final int FIRST_STATE = STATE_IDLE;
154 assertIn(STATE_IDLE);
158 * Covers paths to get to and back between each state and {@link #STATE_IDLE}
160 * {@link #goFromStateIdleTo} (for traversing away from {@link #STATE_IDLE}) and
161 * {@link #returnToNormalFrom} (for navigating back to {@link #STATE_IDLE})
171 assertIn(STATE_IDLE);
224 assertTransition(STATE_SHORTCUT_TRIGGERED, () -> triggerShortcut(), STATE_IDLE);
227 assertTransition(STATE_ZOOMED, () -> triggerShortcut(), STATE_IDLE);
237 assertTransition(STATE_2TAPS, () -> swipe(), STATE_IDLE);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
Paper.java 96 private static final int STATE_IDLE = 0;
119 mState = STATE_IDLE;
141 if (mState == STATE_IDLE || mState == STATE_ABSORB) return;
152 if (mState == STATE_IDLE) return false;
168 mState = STATE_IDLE;
EdgeEffect.java 110 private static final int STATE_IDLE = 0;
128 private int mState = STATE_IDLE;
163 return mState == STATE_IDLE;
171 mState = STATE_IDLE;
345 return mState != STATE_IDLE;
405 mState = STATE_IDLE;
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 94 private static final int STATE_IDLE = 0;
104 private int mState = STATE_IDLE;
160 return mState == STATE_IDLE;
168 mState = STATE_IDLE;
341 mState = STATE_IDLE;
345 return mState != STATE_IDLE || oneLastFrame;
397 mState = STATE_IDLE;
VideoView.java 87 private static final int STATE_IDLE = 0;
105 private int mCurrentState = STATE_IDLE;
106 private int mTargetState = STATE_IDLE;
165 mCurrentState = STATE_IDLE;
166 mTargetState = STATE_IDLE;
354 mCurrentState = STATE_IDLE;
355 mTargetState = STATE_IDLE;
699 mCurrentState = STATE_IDLE;
701 mTargetState = STATE_IDLE;
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
FocusOverlayManager.java 57 private int state = STATE_IDLE;
58 private static final int STATE_IDLE = 0; // Focus is not active.
202 } else if (state == STATE_IDLE) {
215 if (state != STATE_IDLE) {
295 state = STATE_IDLE;
300 state = STATE_IDLE;
325 state = STATE_IDLE;
332 state = STATE_IDLE;
373 if (state == STATE_IDLE) {
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
FocusOverlayManager.java 66 private int mState = STATE_IDLE;
67 private static final int STATE_IDLE = 0; // Focus is not active.
241 } else if (mState == STATE_IDLE) {
281 } else if (mState == STATE_IDLE) {
294 if (mState != STATE_IDLE) {
374 mState = STATE_IDLE;
379 mState = STATE_IDLE;
404 mState = STATE_IDLE;
411 mState = STATE_IDLE;
456 if (mState == STATE_IDLE) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
FocusOverlayManager.java 78 private int mState = STATE_IDLE;
79 private static final int STATE_IDLE = 0; // Focus is not active.
267 } else if (mState == STATE_IDLE) {
302 } else if (mState == STATE_IDLE) {
315 if (mState != STATE_IDLE) {
405 mState = STATE_IDLE;
414 mState = STATE_IDLE;
463 mState = STATE_IDLE;
470 mState = STATE_IDLE;
  /packages/apps/LegacyCamera/src/com/android/camera/
FocusManager.java 50 private int mState = STATE_IDLE;
51 private static final int STATE_IDLE = 0; // Focus is not active.
190 } else if (mState == STATE_IDLE) {
238 } else if (mState == STATE_IDLE) {
304 mState = STATE_IDLE;
308 mState = STATE_IDLE;
338 mState = STATE_IDLE;
345 mState = STATE_IDLE;
408 if (mState == STATE_IDLE) {
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DrawerLayoutActions.java 35 * callback when the drawer gets to STATE_IDLE state.
39 private int mCurrState = DrawerLayout.STATE_IDLE;
60 return mCurrState == DrawerLayout.STATE_IDLE;
66 if (mCurrState == DrawerLayout.STATE_IDLE) {
75 if (mCurrState == DrawerLayout.STATE_IDLE) {
89 if (state == DrawerLayout.STATE_IDLE) {
129 // wrapped action results in the drawer getting to the STATE_IDLE state
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
Player.java 41 protected static final int STATE_IDLE = 0;
150 case STATE_IDLE:
157 if (state != STATE_IDLE) {
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
HostNfcFEmulationManager.java 43 static final int STATE_IDLE = 0;
81 mState = STATE_IDLE;
123 case STATE_IDLE:
155 mState = STATE_IDLE;
166 mState = STATE_IDLE;
177 mState = STATE_IDLE;
HostEmulationManager.java 48 static final int STATE_IDLE = 0;
105 mState = STATE_IDLE;
137 if (mState != STATE_IDLE) {
149 if (mState == STATE_IDLE) {
255 if (mState == STATE_IDLE) {
262 mState = STATE_IDLE;
446 if (mState == STATE_IDLE) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
InProgressCallSession.java 125 return (mLastKnownPhoneState == TelephonyCallSession.Event.PhoneState.STATE_IDLE);
  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppResolverConnection.java 71 private static final int STATE_IDLE = 0; // no bind operation is ongoing
77 private int mBindState = STATE_IDLE;
153 while (mBindState != STATE_IDLE) {
238 mBindState = STATE_IDLE;
313 mBindState = STATE_IDLE;
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 56 private static final int STATE_IDLE = 0;
65 private int mState = STATE_IDLE;
145 } else if (mState == STATE_IDLE || mState == STATE_PLAY_PENDING) {
186 } else if (mState == STATE_IDLE){
198 mState = STATE_IDLE;
221 if (mState == STATE_IDLE) {
346 mState = STATE_IDLE;
351 if (mState != STATE_IDLE && mState != STATE_PLAY_PENDING) {
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java 56 private static final int STATE_IDLE = 0;
65 private int mState = STATE_IDLE;
145 } else if (mState == STATE_IDLE || mState == STATE_PLAY_PENDING) {
186 } else if (mState == STATE_IDLE){
198 mState = STATE_IDLE;
221 if (mState == STATE_IDLE) {
346 mState = STATE_IDLE;
351 if (mState != STATE_IDLE && mState != STATE_PLAY_PENDING) {
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java 56 private static final int STATE_IDLE = 0;
65 private int mState = STATE_IDLE;
145 } else if (mState == STATE_IDLE || mState == STATE_PLAY_PENDING) {
186 } else if (mState == STATE_IDLE){
198 mState = STATE_IDLE;
221 if (mState == STATE_IDLE) {
346 mState = STATE_IDLE;
351 if (mState != STATE_IDLE && mState != STATE_PLAY_PENDING) {

Completed in 630 milliseconds

1 2 3 4