Home | History | Annotate | Download | only in launcher2

Lines Matching refs:mStopped

977         private boolean mStopped;
1007 if (mStopped) {
1037 while (!mStopped && !mLoadAndBindStepFinished && !mFlushingWorkerThread) {
1117 if (mStopped) {
1171 mStopped = true;
1185 if (mStopped) {
1323 while (!mStopped && c.moveToNext()) {
1822 if (mStopped) {
1888 while (i < N && !mStopped) {
1983 Log.d(TAG, "mLoaderTask.mStopped=" + mStopped);