Searched refs:mStop (Results 1 – 6 of 6) sorted by relevance
1158 private boolean mStop; field in PhotoView.ScaleRunnable1182 mStop = false; in start()1192 mStop = true; in stop()1197 if (mStop) { in run()1213 if (!mStop) { in run()1237 private boolean mStop; field in PhotoView.TranslateRunnable1259 mStop = false; in start()1270 mStop = true; in stop()1276 if (mStop) { in run()1315 if (mStop) { in run()[all …]
182 private boolean mStop; field in BatteryWaster.SpinThread186 mStop = true; in quit()193 if (mStop) { in run()
56 mStop(false), in DispSyncThread()73 mStop = true; in stop()90 if (mStop) { in threadLoop()265 bool mStop; member in android::DispSyncThread
110 mStop.push_back(channel); in addToStopList()129 while (!mStop.empty()) { in run()132 List<SoundChannel* >::iterator iter = mStop.begin(); in run()134 mStop.erase(iter); in run()160 mStop.clear(); in run()
72 boolean mStop = false; field in StorageManagerBaseTest.MountingObbThread116 while (!mStop) { in run()156 mStop = true; in doStop()
224 List<SoundChannel*> mStop; variable