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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSlideshowDataAdapter.java53 private boolean mIsActive = false; field in class:SlideshowDataAdapter
98 while (mIsActive && (!mDataReady
108 if (!mIsActive) return null;
158 while (mIsActive && mDataReady && mImageQueue.isEmpty()) {
182 mIsActive = false;
192 mIsActive = true;
H A DSlideshowPage.java83 private boolean mIsActive = false; field in class:SlideshowPage
143 if (mIsActive) {
160 mIsActive = false;
171 mIsActive = true;
H A DPhotoPage.java105 private boolean mIsActive; field in class:PhotoPage
164 if (mIsActive) mFilmStripView.resume();
221 } else if (mIsActive) {
391 if (mIsActive) refreshHidingMessage();
588 mIsActive = false;
603 mIsActive = true;
H A DAlbumPage.java80 private boolean mIsActive = false; field in class:AlbumPage
326 mIsActive = true;
344 mIsActive = false;
575 if (!mIsActive) return;
613 if (!mIsActive) return;
H A DAlbumSetPage.java76 private boolean mIsActive = false; field in class:AlbumSetPage
320 mIsActive = false;
338 mIsActive = true;
617 if (!mIsActive) return;
633 if (!mIsActive) return;
H A DPhotoDataAdapter.java145 private boolean mIsActive; field in class:PhotoDataAdapter
268 mIsActive = true;
280 mIsActive = false;
296 if (index < 0 || index >= mSize || !mIsActive) return null;
460 if (!mIsActive) return;
/packages/apps/Settings/src/com/android/settings/accounts/
H A DSyncStateCheckBoxPreference.java31 private boolean mIsActive = false; field in class:SyncStateCheckBoxPreference
64 final boolean activeVisible = mIsActive || mIsPending;
66 syncActiveView.setAnimating(mIsActive);
92 mIsActive = isActive;
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumView.java38 private boolean mIsActive = false; field in class:AlbumView
102 if (!mIsActive) {
187 mIsActive = true;
195 mIsActive = false;
H A DAlbumSlidingWindow.java71 private boolean mIsActive = false; field in class:AlbumSlidingWindow
136 if (!mIsActive) {
184 if (mIsActive) updateAllImageRequests();
425 if (index >= mContentStart && index < mContentEnd && mIsActive) {
431 mIsActive = true;
439 mIsActive = false;
H A DAlbumSetSlidingWindow.java69 private boolean mIsActive = false; field in class:AlbumSetSlidingWindow
172 if (mIsActive) updateAllImageRequests();
558 if (mIsActive && mSize != size) {
565 if (!mIsActive) {
573 mIsActive = false;
580 mIsActive = true;

Completed in 135 milliseconds