Home | History | Annotate | Download | only in launcher2

Lines Matching full:mstopped

1002         private boolean mStopped;
1032 if (mStopped) {
1062 while (!mStopped && !mLoadAndBindStepFinished && !mFlushingWorkerThread) {
1135 if (mStopped) {
1184 mStopped = true;
1198 if (mStopped) {
1339 while (!mStopped && c.moveToNext()) {
1847 if (mStopped) {
1917 while (i < N && !mStopped) {
2011 Log.d(TAG, "mLoaderTask.mStopped=" + mStopped);