Searched refs:stopped (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java350 private boolean stopped = false; field in class:BluetoothMapService.SocketAcceptThread
361 while (!stopped) {
416 stopped = true; // job done ,close this thread;
418 stopped=true;
425 stopped = true;
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java438 if (VERBOSE) Log.v(TAG, "successfully stopped pbap service");
529 private boolean stopped = false; field in class:BluetoothPbapService.SocketAcceptThread
540 while (!stopped) {
603 stopped = true; // job done ,close this thread;
605 stopped=true;
607 if (stopped) {
617 stopped = true;
/packages/apps/Gallery2/src/com/android/photos/views/
H A DGalleryThumbnailView.java386 * @return true if the movement completed, false if it was stopped prematurely.
538 final boolean stopped = !trackMotionScroll(dx, false);
540 if (!stopped && !mScroller.isFinished()) {
543 if (stopped) {
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java823 int value, boolean stopped, android.hardware.Camera camera) {
824 Log.v(TAG, "Zoom changed: value=" + value + ". stopped=" + stopped);
834 if (stopped && mZoomState != ZOOM_STOPPED) {
822 onZoomChange( int value, boolean stopped, android.hardware.Camera camera) argument
H A DVideoCamera.java133 * and return as soon as recording is stopped.
159 // recording is stopped in capture intent.
670 // mode and recording is stopped. It'll be re-enabled when
948 Log.d(TAG, "already stopped.");
1084 // We're pausing, the screen is off and we already stopped
1726 // reflect the device orientation as video recording is stopped.
2301 public void onZoomChange(int value, boolean stopped, android.hardware.Camera camera) { argument
2302 Log.v(TAG, "Zoom changed: value=" + value + ". stopped=" + stopped);
2312 if (stopped
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java845 // Store the location of the drag shadow at where dragging stopped
1130 * @return true if the movement completed, false if it was stopped prematurely.
1369 final boolean stopped = !trackMotionScroll(dy, false);
1370 if (!stopped && !mScroller.isFinished()) {
1373 } else if (stopped && dy != 0 && supportsOverscroll) {

Completed in 622 milliseconds