Lines Matching refs:Thread
75 Handler mHandler = new Handler(); // handler for the main thread
76 Thread mWorkerThread;
80 GalleryPickerAdapter mAdapter; // mAdapter is only accessed in main thread.
297 // This is used to stop the worker thread.
300 // Create the worker thread.
303 mWorkerThread = new Thread("GalleryPicker Worker") {
333 // This is run in the worker thread.
358 // This is run in the worker thread.
370 // This is run in the main thread.
375 // This is run in the worker thread.
412 // This is run in the main thread.
425 // This is run in the worker thread.
481 // This is run in the main thread.
499 // This is run in the worker thread.
518 // This is run in the main thread.
526 // This is run in the worker thread.
545 // This is run in the main thread.
633 // This is run in worker thread.