Searched refs:mCancelled (Results 1 – 5 of 5) sorted by relevance
16 private boolean mCancelled = false; field in PreparePageFadeoutTexture21 mCancelled = true; in PreparePageFadeoutTexture()27 mCancelled = true; in PreparePageFadeoutTexture()35 return mCancelled; in isCancelled()39 if (mCancelled) { in get()44 mCancelled = true; in get()51 if (!mCancelled) { in onGLIdle()
136 boolean mCancelled; in startRadiusAnimation()140 mCancelled = true; in startRadiusAnimation()146 if (!mCancelled) { in startRadiusAnimation()
133 if (mOwner.mCancelled) { in onPostExecute()142 private volatile boolean mCancelled; field in EmailAsyncTask164 mCancelled = true; in cancel()
259 boolean[] mCancelled; field in AlertServiceTest.NotificationTestManager269 mCancelled = new boolean[mExpectedNotifications.length]; in NotificationTestManager()302 mCancelled[id]); in validateNotificationsAndReset()307 + debugStr, mCancelled[id]); in validateNotificationsAndReset()337 Arrays.fill(mCancelled, false); in validateNotificationsAndReset()371 assertTrue("id out of bound: " + id, id < mCancelled.length); in cancel()373 assertFalse("id already used", mCancelled[id]); in cancel()374 mCancelled[id] = true; in cancel()
2252 private boolean mCancelled = false;2261 if (!mCancelled) {2269 mCancelled = true;