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

/frameworks/data-binding/library/src/main/java/android/databinding/
H A DObservableArrayMap.java45 boolean wasEmpty = isEmpty();
46 if (!wasEmpty) {
/frameworks/base/core/java/android/app/
H A DSharedPreferencesImpl.java531 boolean wasEmpty = false;
533 wasEmpty = mDiskWritesInFlight == 1;
535 if (wasEmpty) {
/frameworks/base/libs/input/
H A DSpriteController.cpp83 bool wasEmpty = mLocked.invalidatedSprites.isEmpty(); local
85 if (wasEmpty) {
95 bool wasEmpty = mLocked.disposedSurfaces.isEmpty(); local
97 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.java2539 final boolean wasEmpty = mAccountsUpdatedListeners.isEmpty();
2543 if (wasEmpty) {
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1091 bool wasEmpty = !mDisplays[dpy]->lastCompositionHadVisibleLayers; local
1101 bool mustRecompose = dirty && !(empty && wasEmpty);
1108 wasEmpty ? "+" : "-");
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1823 bool wasEmpty = connection->outboundQueue.isEmpty(); local
1840 if (wasEmpty && !connection->outboundQueue.isEmpty()) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 4794 milliseconds