Searched refs:wasEmpty (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
H A DSharedPreferencesImpl.java528 boolean wasEmpty = false;
530 wasEmpty = mDiskWritesInFlight == 1;
532 if (wasEmpty) {
/frameworks/base/libs/input/
H A DSpriteController.cpp79 bool wasEmpty = mLocked.invalidatedSprites.isEmpty(); local
81 if (wasEmpty) {
91 bool wasEmpty = mLocked.disposedSurfaces.isEmpty(); local
93 if (wasEmpty) {
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java767 boolean wasEmpty = mHead == null;
770 return wasEmpty;
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java568 boolean wasEmpty = mIsEmpty;
583 if (wasEmpty) {
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java2357 final boolean wasEmpty = mAccountsUpdatedListeners.isEmpty();
2361 if (wasEmpty) {
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1020 bool wasEmpty = !mDisplays[dpy]->lastCompositionHadVisibleLayers; local
1030 bool mustRecompose = dirty && !(empty && wasEmpty);
1037 wasEmpty ? "+" : "-");
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1809 bool wasEmpty = connection->outboundQueue.isEmpty(); local
1826 if (wasEmpty && !connection->outboundQueue.isEmpty()) {

Completed in 255 milliseconds