Lines Matching refs:Thread
37 * 1. the image fails to load because the UI thread decided
39 * by virtue of the UI thread closing the stream containing the
44 * a callback to the UI thread to actually show the bitmap.
67 // The thread which does the work.
68 private Thread mGetterThread;
72 // It is only written in the main thread.
92 // True if the getter thread is idle waiting.
95 // True when the getter thread should exit.
130 // Lower the priority of this thread to avoid competing with
131 // the UI thread.
228 mGetterThread = new Thread(new ImageGetterRunnable());