Searched refs:mIsActive (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSlideshowDataAdapter.java53 private boolean mIsActive = false; field in class:SlideshowDataAdapter
99 while (mIsActive && (!mDataReady
109 if (!mIsActive) return null;
160 while (mIsActive && mDataReady && mImageQueue.isEmpty()) {
187 mIsActive = false;
198 mIsActive = true;
H A DSlideshowPage.java84 private boolean mIsActive = false; field in class:SlideshowPage
159 if (mIsActive) {
176 mIsActive = false;
187 mIsActive = true;
H A DAlbumPage.java83 private boolean mIsActive = false; field in class:AlbumPage
251 if (!mIsActive) return;
272 if (!mIsActive) return;
403 mIsActive = true;
440 mIsActive = false;
719 if ((mLoadingBits == 0) && (mSyncResult == MediaSet.SYNC_RESULT_ERROR) && mIsActive
732 if (mLoadingBits == 0 && mIsActive) {
H A DAlbumSetPage.java84 private boolean mIsActive = false; field in class:AlbumSetPage
192 if (!mIsActive) return;
239 if (!mIsActive) return;
404 if (mLoadingBits == 0 && mIsActive) {
441 mIsActive = false;
461 mIsActive = true;
720 if (resultCode == MediaSet.SYNC_RESULT_ERROR && mIsActive) {
H A DPhotoDataAdapter.java154 private boolean mIsActive; field in class:PhotoDataAdapter
352 mIsActive = true;
367 mIsActive = false;
387 if (index < 0 || index >= mSize || !mIsActive) return null;
449 if (index < 0 || index >= mSize || !mIsActive) return null;
659 if (!mIsActive) return;
H A DPhotoPage.java149 private boolean mIsActive; field in class:PhotoPage
542 } else if (mIsActive) {
596 return mIsActive && !mPhotoView.canUndo();
1295 mIsActive = false;
1386 mIsActive = true;
/packages/apps/Settings/src/com/android/settings/accounts/
H A DSyncStateCheckBoxPreference.java33 private boolean mIsActive = false; field in class:SyncStateCheckBoxPreference
66 final boolean activeVisible = mIsActive || mIsPending;
68 syncActiveView.setAnimating(mIsActive);
94 mIsActive = isActive;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSlidingWindow.java76 private boolean mIsActive = false; field in class:AlbumSlidingWindow
128 if (!mIsActive) {
177 if (mIsActive) updateAllImageRequests();
190 if (!mIsActive) return;
343 if (index >= mContentStart && index < mContentEnd && mIsActive) {
354 mIsActive = true;
363 mIsActive = false;
H A DAlbumSetSlidingWindow.java66 private boolean mIsActive = false; field in class:AlbumSetSlidingWindow
178 if (mIsActive) {
311 if (!mIsActive) return;
351 if (mIsActive && mSize != size) {
361 if (!mIsActive) {
395 mIsActive = false;
406 mIsActive = true;
541 if (!mIsActive) return;

Completed in 943 milliseconds