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

/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DObservableArrayMap.java45 boolean wasEmpty = isEmpty();
46 if (!wasEmpty) {
/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraService.java204 boolean wasEmpty = mActiveCameraIds.isEmpty();
207 if ( mNotifyNfc && !wasEmpty ) {
282 boolean wasEmpty = mActiveCameraIds.isEmpty();
295 if ( mNotifyNfc && (wasEmpty != isEmpty) ) {
/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/base/core/java/android/accounts/
H A DAccountManager.java2596 final boolean wasEmpty = mAccountsUpdatedListeners.isEmpty();
2600 if (wasEmpty) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java634 boolean wasEmpty = mIsEmpty;
649 if (wasEmpty) {
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1167 bool wasEmpty = !mDisplays[dpy]->lastCompositionHadVisibleLayers; local
1177 bool mustRecompose = dirty && !(empty && wasEmpty);
1184 wasEmpty ? "+" : "-");
H A DSurfaceFlinger_hwc1.cpp1147 bool wasEmpty = !mDisplays[dpy]->lastCompositionHadVisibleLayers; local
1157 bool mustRecompose = dirty && !(empty && wasEmpty);
1164 wasEmpty ? "+" : "-");
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp1851 bool wasEmpty = connection->outboundQueue.isEmpty(); local
1868 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 1029 milliseconds