Searched refs:STATE_IDLE (Results 1 - 19 of 19) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DDrawIdler.java9 * 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; field in class:DrawIdler
21 private int mState = STATE_IDLE;
73 setState(STATE_IDLE);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPaper.java96 private static final int STATE_IDLE = 0; field in class:EdgeAnimation
119 mState = STATE_IDLE;
141 if (mState == STATE_IDLE || mState == STATE_ABSORB) return;
152 if (mState == STATE_IDLE) return false;
168 mState = STATE_IDLE;
H A DEdgeEffect.java110 private static final int STATE_IDLE = 0; field in class:EdgeEffect
128 private int mState = STATE_IDLE;
163 return mState == STATE_IDLE;
171 mState = STATE_IDLE;
345 return mState != STATE_IDLE;
405 mState = STATE_IDLE;
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DLauncherEdgeEffect.java72 private static final int STATE_IDLE = 0; field in class:LauncherEdgeEffect
82 private int mState = STATE_IDLE;
130 return mState == STATE_IDLE;
138 mState = STATE_IDLE;
304 mState = STATE_IDLE;
308 return mState != STATE_IDLE || oneLastFrame;
360 mState = STATE_IDLE;
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
H A DFocusOverlayManager.java66 private int mState = STATE_IDLE;
67 private static final int STATE_IDLE = 0; // Focus is not active. field in class:FocusOverlayManager
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...]
H A DPieRenderer.java50 private static final int STATE_IDLE = 0; field in class:PieRenderer
177 mState = STATE_IDLE;
206 if (mState != STATE_IDLE) {
236 mState = STATE_IDLE;
721 mState = STATE_IDLE;
777 mState = STATE_IDLE;
/packages/apps/Camera2/src/com/android/camera/
H A DFocusOverlayManager.java78 private int mState = STATE_IDLE;
79 private static final int STATE_IDLE = 0; // Focus is not active. field in class:FocusOverlayManager
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/
H A DFocusManager.java50 private int mState = STATE_IDLE;
51 private static final int STATE_IDLE = 0; // Focus is not active. field in class:FocusManager
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) {
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DHostNfcFEmulationManager.java43 static final int STATE_IDLE = 0; field in class:HostNfcFEmulationManager
81 mState = STATE_IDLE;
123 case STATE_IDLE:
155 mState = STATE_IDLE;
166 mState = STATE_IDLE;
177 mState = STATE_IDLE;
H A DHostEmulationManager.java48 static final int STATE_IDLE = 0; field in class:HostEmulationManager
104 mState = STATE_IDLE;
136 if (mState != STATE_IDLE) {
148 if (mState == STATE_IDLE) {
254 if (mState == STATE_IDLE) {
261 mState = STATE_IDLE;
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertAudio.java86 private static final int STATE_IDLE = 0; field in class:CellBroadcastAlertAudio
139 mState = STATE_IDLE;
163 mState = STATE_IDLE;
515 mState = STATE_IDLE;
/packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/
H A DMpegTsPlayer.java95 @IntDef({STATE_IDLE, STATE_PREPARING, STATE_BUFFERING, STATE_READY, STATE_ENDED})
98 public static final int STATE_IDLE = ExoPlayer.STATE_IDLE; field in class:MpegTsPlayer
154 mLastReportedPlaybackState = STATE_IDLE;
/packages/apps/Nfc/src/com/android/nfc/beam/
H A DSendUi.java122 static final int STATE_IDLE = 0; field in class:SendUi
314 mState = STATE_IDLE;
330 case STATE_IDLE:
331 Log.e(TAG, "Unexpected showPreSend() in STATE_IDLE");
447 case STATE_IDLE:
464 mState = STATE_IDLE;
519 mState = STATE_IDLE;
567 mState = STATE_IDLE;
579 mState = STATE_IDLE;
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
H A DTunerRecordingSessionWorker.java82 @IntDef({STATE_IDLE, STATE_CONNECTED, STATE_RECORDING})
85 private static final int STATE_IDLE = 1; field in class:TunerRecordingSessionWorker
105 @DvrSessionState private int mSessionState = STATE_IDLE;
292 mSessionState = STATE_IDLE;
296 Assertions.checkArgument(mSessionState != STATE_IDLE);
/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DGlowPadView.java71 private static final int STATE_IDLE = 0; field in class:GlowPadView
178 switchToState(STATE_IDLE, mWaveCenterX, mWaveCenterY);
186 switchToState(STATE_IDLE, mWaveCenterX, mWaveCenterY);
392 case STATE_IDLE:
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/
H A DCarDrawerLayout.java70 * stuttering; try to perform expensive operations during the {@link #STATE_IDLE} state.
77 public static final int STATE_IDLE = ViewDragHelper.STATE_IDLE; field in class:CarDrawerLayout
206 * be one of {@link #STATE_IDLE}, {@link #STATE_DRAGGING} or {@link #STATE_SETTLING}.
522 if (drawerView != null && activeState == STATE_IDLE) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractActivityController.java3427 if (isDrawerEnabled() && mDrawerListener.getDrawerState() != DrawerLayout.STATE_IDLE) {
4200 mDrawerState = DrawerLayout.STATE_IDLE;
4330 if (mDrawerState == DrawerLayout.STATE_IDLE) {
4364 * {@link DrawerLayout#STATE_DRAGGING}, {@link DrawerLayout#STATE_IDLE},
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java562 if (newState == DrawIdler.STATE_IDLE) {
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 1181 milliseconds